请选选中这些文字,然后点Copy按钮
<input onclick='document.execCommand("Copy")' type="button" value="copy" CanSelectable=false>
<input onclick='alert(window.clipboardData.getData("Text"))' type="button" value="alert">