$.post(‘?‘,{user:user,passwd:passwd},function(e){})
解决方法
$.post添加第四个参数
$.post(‘?‘,{user:user,passwd:passwd},function(e){},‘json‘)
原文地址:https://www.cnblogs.com/wangdeguao/p/9109148.html
时间: 2024-11-20 21:17:37
$.post(‘?‘,{user:user,passwd:passwd},function(e){})
解决方法
$.post添加第四个参数
$.post(‘?‘,{user:user,passwd:passwd},function(e){},‘json‘)
原文地址:https://www.cnblogs.com/wangdeguao/p/9109148.html