文件名称:很实用的ajax函数
文件大小:2KB
文件格式:JS
更新时间:2014-05-13 02:29:03
ajax,javascript
很实用的ajax函数 纯js编写 调用方式: $get('/checkUserName/?userName=mzoe', function(str) { alert(str); }); $post('/checkUserName/', 'userName=mzoe', function(str) { alert(str); });
文件名称:很实用的ajax函数
文件大小:2KB
文件格式:JS
更新时间:2014-05-13 02:29:03
ajax,javascript
很实用的ajax函数 纯js编写 调用方式: $get('/checkUserName/?userName=mzoe', function(str) { alert(str); }); $post('/checkUserName/', 'userName=mzoe', function(str) { alert(str); });