var url = 'example.com'; var selection = document.getSelection(); document.execCommand('createLink', true, url); selection.anchorNode.
確定! 回上一頁