<!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=gb2312" />
<title>js调用百度广告代码</title>
</head>
<body>
把下面代码放在js中就行了。保存为ad.js文件
document.write('<script type="text/网页特效"> var cpro_id = 'u179355';</script>');
document.write('<script type="text/javascript" src="http://cpro.baidu.com/cpro/ui/c.js"></script>');
然后在html页面调用ad.js
<script src="ad.js"></script>
</body>
</html>
时间: 2024-10-08 06:55:35