这个getScript 实际上就是$.ajax,指定参数dataType 为"script",实际上还是Ajax 加载。 $.ajax({ url: url, dataType: "script" ...
確定! 回上一頁