码迷,mamicode.com
首页 > Web开发 > 详细

js 文件引用传递参数

时间:2017-08-17 13:04:35      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:传递参数   ext   rtb   attribute   nts   func   tno   get   tee   


(function() {
var hm = document.createElement("script");
hm.setAttribute("src", "/manager/js/sta-tw.js");
hm.setAttribute("id", "staScript");
hm.setAttribute("appid", appId);
hm.setAttribute("userid", userId);
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>

<!-- <script id="staScript" type="text/javascript" src="/manager/js/sta-tw.js" userid="" appid="3"></script> -->

==============================================================================================


var appId = document.getElementById(‘staScript‘).getAttribute(‘appid‘);
var userId = document.getElementById(‘staScript‘).getAttribute(‘userid‘);

alert(appId)

 

js 文件引用传递参数

标签:传递参数   ext   rtb   attribute   nts   func   tno   get   tee   

原文地址:http://www.cnblogs.com/xiangjune/p/7380581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!