可以通过load的回掉函数实现。 $( "#success" ).load( "/你的php文件.php", function( response, status, xhr ) { // response 就是你php的输出结果});
可以通过load的回掉函数实现。
$( "#success" ).load( "/你的php文件.php", function( response, status, xhr ) {
// response 就是你php的输出结果
});