returns the text and htmlText of createTextRange <script language="javascript"> function test() { var rng=document.body.createTextRange(); alert(rng.text) }
確定! 回上一頁