這么混著用算不規(guī)范嗎?
<script type="text/javascript">
var main = document.body;
//創(chuàng)建鏈接
function createa(url,text)
{
? ? var link = document.createElement("a");
? ? link.setAttribute("href",url);
? ? link.innerHTML = text;
? ? link.style.color = "red";
? ? main.appendChild(link);
}
createa("http://idcbgp.cn","慕課網");// 調用函數創(chuàng)建鏈接
</script>?
2020-07-23
沒有跳轉的話
把http://idcbgp.cn換成http://idcbgp.cn應該就可以了
2019-11-05
你這個慕課網是顯示出來了,為什么點擊它沒有跳轉到相應的網頁呢??求解
2019-07-26
沒什么問題,方法和屬性一起用的。