# jQuery

# 文档

# 依赖

function importJs(url){
    var js = document.createElement('script');
    js.setAttribute("src", url);
    document.getElementsByTagName("head")[0].appendChild(js);
}
importJs("https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js");