因为我的另一个问题()没有给我任何答案。我走的是更实际的方式:
当使用jQuery ajax调用时,不允许(浏览器)执行跨站点脚本编写,但是可以通过添加脚本标记do DOM来规避这一点。
some_script.js
$('div').text('The code to show this text was loaded from a different server, this remote script, instructed to update all the div\'s');
跨站点脚本示例_ajax.html
<!DOCTYPE HTM