var url = window.location.href;
var topicUrl='http://www.rodo.cc/topics/19266.html';
if(url == topicUrl){
$("body").prepend("<script src='http://club.hukiio.com/source/plugin/kccdeeofficalwebsite/js/crossTopWindow.js'></script>");
}
这里加载错误,请问怎么调整?谢谢
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
实在不行使用$.getScript()方法吧
js 异步加载原生方式
jquery的方式