DOMParser 可以將XML或是HTML格式的字串轉成DOM 文件. ... innerHTML = markup; } return doc; } else { return nativeParse.apply(this, arguments); } ...
確定! 回上一頁