📌  相关文章
📜  导入 js 文件 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:29.845000             🧑  作者: Mango

代码示例6
// jQuery
$.getScript('/path/to/imported/script.js', function()
{
    // script is now loaded and executed.
    // put your dependent JS here.
});