2013年7月14日 星期日

如何修改或取得 HTML Element 中的文字內容

1. innerHTML

2. nodeValue => 因為 HTML Element 中的文字內容也算是一個 Node
ex.
test1test2test3

包含了三個 Node:
a. test1
b.
c. test3

Reference:
http://www.w3schools.com/htmldom/dom_properties.asp
http://javascript.info/tutorial/basic-dom-node-properties

沒有留言:

張貼留言