解决php使用json_encode在前端返回字符串的问题

$.post('?',{user:user,passwd:passwd},function(e){})

解决方法
$.post添加第四个参数

$.post('?',{user:user,passwd:passwd},function(e){},'json')
posted @ 2018-05-30 09:28  王的孤傲  阅读(3509)  评论(0编辑  收藏  举报