在一个HTML文档中选中所有加粗的文本。 */ var strongs = document.getElementsByTagName("strong"); var s = window.getSelection(); if(s.rangeCount > 0) s.
確定! 回上一頁