Ajax响应返回整个页面和我的PHP代码

时间:2017-04-12 12:09:10

标签: ajax response

$.ajax({
    type: 'POST',
    url: 'parse.php',
    data: {
        g_data: content
    },
    success: function(response) {
        alert("ok")
    }
});

我的php文件:

<?php

echo "result!!";

作为回应,我看到所有标签和代码

0 个答案:

没有答案