$.post('?',{user:user,passwd:passwd},function(e){})
解决方法$.post添加第四个参数
$.post('?',{user:user,passwd:passwd},function(e){},'json')