setRangeText (myValue) } else { document.execCommand('insertText', false, myValue); } } <button onmousedown="add_str(event)">add srting</button> <div ...
確定! 回上一頁