1 $.ajax({ 2 url: "${basePath}/jQuery.min.js", 3 dataType: "script", 4 success: function(){ 5 } 6 });
1 $.ajax({ 2 url: "${basePath}/jQuery.min.js", 3 dataType: "script", 4 success: function(){ 5 } 6 });
转载于:https://www.cnblogs.com/-lpf/p/4902479.html