如何實現讓網頁中的文字預設是選取的狀態?右鍵就直接能複製的那種。
P粉726632954
P粉726632954 2022-06-28 15:07:45
0
3
1249

如何實現讓網頁中的文字預設是選取的狀態?右鍵就直接能複製的那種。

請教大神。 。 。 。 。 。 。 。 。 。 。

P粉726632954
P粉726632954

全部回覆(2)
大瓶可乐

試試看這個程式碼

<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"); //執行瀏覽器複製指令   

###############################################################################################################################################################################################################” ##})    ###
autoload

你是要在自己網站上實現這個功能?直接新增一個按鈕 點選事件,利用document.execCommand即可

  • 回覆 有沒有程式碼參考一下哈
    P粉726632954 作者 2022-06-29 15:10:00
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板