10条回答 默认 最新
- 十木禾 2017-11-02 02:12关注
建议直接使用ajax这个框架提交
$.ajax({ url: "",//请求的url type: "post",//"post" OR "get" data: { }, traditional: true, success: function (data, textStatus, jqXHR) { }, error: function (XMLHttpRequest, textStatus, errorThrown) { } })
或者换一个jq链接,试试下面的
https://code.jquery.com/jquery-1.11.3.js
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报