function createa(url,text)
{ var a=document.createElement("a");
a.setAttribute("href", url);
a.innerHTML=text;
a.style.color="blue";
main.appendChild(a);
} Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
a.style.fontSize = "字体大小"; (不能把fontSize写成font-size)