chrome console加载jquery
2019-12-26 本文已影响0人
warmi_
var jq = document.createElement('script');
jq.src = "https://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
var jq = document.createElement('script');
jq.src = "https://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);