如何實現讓網頁中的文字預設是選取的狀態?右鍵就直接能複製的那種。
請教大神。 。 。 。 。 。 。 。 。 。 。
大瓶可乐@php.cn2022-06-30 01:36:59
試試看這個程式碼
<div class="nhtMsgText">
<input type="text" value="MSC10" readonly class ="msg_cord">
<input type="button" value="複製">
</div>
$(".nhtMsgText input[type='button']").click(
function () {
$('input.msg_cord').focus(); //選擇物件
$('input.msg_cord').select(); //選取物件
document.execCommand("Copy"); //執行瀏覽器複製指令
###############################################################################################################################################################################################################” ##}) ###