给表格对象一个ID(可以是表格、列、行),用childNodes 取innerHTML值。
Syntax[ oColl = ] object.childNodes 
[ oObject = ] object.childNodes(iIndex) Possible ValuesoColl Array containing the children of a specified object. 
oObject Reference to an individual item in the array of elements contained by the object. 
iIndex Required. Integer that specifies the zero-based index of the item to be returned.