返回createTextRange的text和htmlText function test() { var rng=document.body.createTextRange(); alert(rng.text) } function test1() { var ...
確定! 回上一頁