• 追加された行はこの色です。
  • 削除された行はこの色です。
* DOM操作 [#c4634011]

***編集中***

 <html>
 <script type="text/javascript">
 function check() {
 var body = document.getElementsByTagName('body').item(0);
 var input = document.getElementsByTagName('input').item(0)
 var span = body.childNodes[0];
 console.log(span.nodeValue);
 }
 </script>
 <body>あああああああああああああ 
あああああああああああああ
 
 <input type="button" onclick="check()" value="check" />
 
 </body>
 </html>


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS