已采納回答 / 小三麗
? <script type="text/javascript">? ? var p1=document.getElementById("txt"); ? ?//定義"改變顏色"的函數? ?function dcolor(){? ? ?? ? ? p1.style.color="#f0f";? ? ? p1.style.background="#0ff";? ?}//定義"改變寬高"的函數? ? ?function modifyWH(){? ? ? p1.style.width="400px"...
2015-06-11