摘要: 1.注意要点:ajax提交请求的dataType参数、contentType参数值应该分别为 dataType: 'json' 和 contentType: 'application/json;charset=utf-8' 不然会报js跨域啊,Method 错误啊 等等一些乱七八糟的js错误. 下面 阅读全文
posted @ 2018-10-10 09:12 AlbertSmith 阅读(1985) 评论(0) 推荐(0)