![js 添加广告 js 添加广告](https://image.shishitao.com:8440/aHR0cHM6Ly9ia3FzaW1nLmlrYWZhbi5jb20vdXBsb2FkL2NoYXRncHQtcy5wbmc%2FIQ%3D%3D.png?!?w=700&webp=1)
需要调用广告的页面
<script type="text/javascript">
var xzname="巨蟹座";
</script>
<script type="text/javascript" src="product.js" ></script>
product.js页面
window.onload=productCmd()
function productCmd()
{
if(xzname=="巨蟹座")
ysurl="1.html";
else if (xzname=="摩羯座")
ysurl="2.html";
else if (xzname=="白羊座")
ysurl="3.html";
infor="<a href="+ysurl+" target='_blank' style='color:red;'><strong>推荐:您的星座是:"+xzname+"</strong></a>";
document.write(infor);
}