Take a look at the DOM Range spec . You can get Range from a custom selection in Firefox using: var range = window.getSelection().getRangeAt(0);.
確定! 回上一頁