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