专题文章
时长:00:00更新时间:2020-11-27 21:21:13
jQuery的3种请求方式$.post,$.get,$.getJSON_jquery:$.post,$.get,$.getJSON是jQuery的3种请求方式 1、$.get就是get方式提交数据,用法:$.get(url,data,callback),例: 代码如下: $.get(../saveUser.action,{ 'userId':123, 'userCode':'123' },function(da
查看详情