liguofeng29’s blog

個人勉強用ブログだっす。

2016-02-11から1日間の記事一覧

javascript - HTML要素削除

HTML要素削除 メソッド removeChild(oldNode) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=SJIS" /> <title> removeChild </title> </head> <body id="test"> <input id="add" type="button" value="div追加" disabled onclick="add();" /> </body></html>