<html xmlns="http://www.w3.org/1999/xhtml"><head> <title>无标题页</title> <script type="text/javascript"> function createA(url,text) { var o=document.body; if(o) { var a=document.createElement("a"); a.setAttribute("href",url); a.setAttribute("text",text); a.style.color="red"; o.appendChild(a); } else { window.alert("0对象为空"); } } </script> </head><body onload="createA('http://www.sdut.edu.cn','山东理工大学')"><div id="main"></div></body></html>
- 2 回答
- 0 关注
- 234 浏览
添加回答
举报
0/150
提交
取消