解决php使用json_encode在前端返回字符串的问题
Posted http://www.elitefbi.com
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决php使用json_encode在前端返回字符串的问题相关的知识,希望对你有一定的参考价值。
$.post(‘?‘,{user:user,passwd:passwd},function(e){})
解决方法
$.post添加第四个参数
$.post(‘?‘,{user:user,passwd:passwd},function(e){},‘json‘)
以上是关于解决php使用json_encode在前端返回字符串的问题的主要内容,如果未能解决你的问题,请参考以下文章