要素のテキストを取得する
//@cc_on function getElementText (e) { return e./*@if (@_jscript) innerText @else@*/ textContent /*@end@*/; } function getNodeText(node) { return node.firstChild.nodeValue; }
//@cc_on function getElementText (e) { return e./*@if (@_jscript) innerText @else@*/ textContent /*@end@*/; } function getNodeText(node) { return node.firstChild.nodeValue; }