@c-Ku
2017-04-27T04:12:01.000000Z
字数 398
阅读 587
JavaScript jQuery
Add the following code to your page when using cAjax.
cAjax({method: 'get', // get || postlink: 'test.php',data: {test1: 'test1',test2: 'test2'},success: function (data) {console.log('success: ' + data);},error: function (data) {console.log('error: ' + data);}});
Simply using cUp like this.
$('#file').cUp()
