var text = "aaaabbbb";
var $temp = $("<input>");
$("body").append($temp);
$temp.val(text).select();
$temp.select();
// $temp.setSelectionRange(0, 99999); //電話適用
document.execCommand("Copy");
$temp.remove();
var text = "aaaabbbb";
var $temp = $("<input>");
$("body").append($temp);
$temp.val(text).select();
$temp.select();
// $temp.setSelectionRange(0, 99999); //電話適用
document.execCommand("Copy");
$temp.remove();
開始在上面輸入您的搜索詞,然後按回車進行搜索。按ESC取消。