getAttribute:プロパティ取得;setAttribute:設置プロパティ; 复制代代码如下: 無題ドキュメント <br> function change() {<br> var input = document.getElementById("li1" ) ; <br> alert(input.getAttribute( "title")); <br> input.setattribute( "title"、 "mgc"); <br> alert(input.getAttribute( "title"));<br> }<br> Magci J2EE ハッ!