我需要 CakePHP 1.3中的一个函数来呈现 jquery 函数使用的值,但它总是在破坏 jquery 的值之前呈现三个新行。设置任何这些都headers
没有帮助
header("Pragma: no-cache");
header("Cache-Control: no-store, no-cache, max-age=0, must-revalidate");
header('Content-Type: text/x-json');
header("X-JSON: ".$content);
echo $content;
jquery 使用:
var content = $.ajax({ url: /link/to/cakephp/function ,async: false }).responseText;
我可以修复这三行或 jquery 函数吗?