個個定義的函數(shù)
"改變顏色"obj.style.color="blue";obj.style.backgroundColor="#ccc" ; "改變寬高"obj.style.width="300px";obj.style.height ="300px"; "隱藏內(nèi)容"obj.style.display="none"; "顯示內(nèi)容"obj.style.display="block"; "取消設(shè)置"if(confirm("是否取消設(shè)置?"))obj.removeAttribute("style");
2017-05-27
function()
{
}
? 函數(shù)不就是這樣定義的嗎?需要這個功能就去調(diào)用相對應(yīng)功能的函數(shù)。
2017-06-03
不客氣,共同進步