📅  最后修改于: 2022-03-11 15:00:24.431000             🧑  作者: Mango
// jQuery
$.getScript('/path/to/imported/script.js', function()
{
// script is now loaded and executed.
// put your dependent JS here.
});