createTextRange (); } else { var rng = document.body.createTextRange(); rng.moveToElementText(obj); } rng.scrollIntoView(); rng.select();
確定! 回上一頁