http://docs.jquery.com/Ajax/jQuery.ajax#options
$.ajax({
type: "GET",
url: "test.js",
dataType: "script"
});
http://docs.jquery.com/Ajax/jQuery.ajax#options
$.ajax({
type: "GET",
url: "test.js",
dataType: "script"
});

被折叠的 条评论
为什么被折叠?