DOM樹操作練習(增刪改複製節點)

代碼示例: <html> <head> <title>案例二</title> <style type="text/css"> #div1{ border:5px dashed red; width:350px; height:250px; } </style> </head> <body> <ul id="ul"> <li id="id1">西施</li> <li id="id2">王昭君</li
相關文章
相關標籤/搜索