Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能值得复制您的问题并查看响应值的含义?如果您将来可以发现错误并告诉用户,那就太好了。
$("#content").load( q, function(responseContent, responseStatus, responseObject) { console.log(responseContent); console.log(responseStatus); console.log(responseObject); } );
希望有帮助。