window.getSelection()ã¨document.getSelection()ã§è¿ã£ã¦ããå¤ãéãã£ã¦äºã§èª¿ã¹ã¦ã¿ãã <html> <head> <title>getSelection Test</title> <script type="text/javascript"> function reportSelection(){ var sels = { normal: getSelection(), win: window.getSelection(), doc: document.getSelection() }; var div = document.getElementById('div'); div.innerHTML = ''; for (var label in sels){ div.innerHTML += label + ': ' + (typeof sel
{{#tags}}- {{label}}
{{/tags}}