国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

非阻塞動(dòng)態(tài)加載javascript廣告實(shí)現(xiàn)代碼

2019-11-21 00:07:25
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>廣告代碼最后加載</title>
</head>
<body>
<div id="open"></div>
<script>
//ad("open",'alert("ddd")');
var JSScript = {
inject:function (htmlId,jsCode){
var script = document.createElement("script");
script.text = jsCode;
document.getElementById(htmlId).appendChild(script);
},
loadeing:function (url,charset,callback){
var script = document.createElement("script");
script.src = url;
script.charset = charset;
script.loaded= false;
script.onload = function(){
script.loaded = true;
callback();
};
script.onreadystatechange = function(){
if(!script.onloadDone && ("loaded"==script.readyState || "complete"==script.readyState)){
script.onload();
}
};
document.getElementsByTagName("head")[0].appendChild(script);
}
}
JSScript.loadeing("http://cbjs.baidu.com/js/s.js","gb2312",initAd)
function initAd(){
JSScript.inject("open",'BAIDU_CLB_singleFillSlot("72893")');
}
</script>
</body>
</html>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 临沂市| 拉萨市| 宁陵县| 呈贡县| 通河县| 清水县| 连平县| 合肥市| 城市| 遂平县| 海门市| 南宁市| 新和县| 河北省| 本溪| 鲜城| 岳池县| 浠水县| 平阴县| 仪征市| 常德市| 句容市| 永福县| 永仁县| 北川| 杨浦区| 皮山县| 锦州市| 永顺县| 舞钢市| 和平县| 赤壁市| 将乐县| 桦南县| 庄浪县| 邵阳市| 藁城市| 布尔津县| 汶川县| 淮阳县| 筠连县|