ハクリュー などを求む
ハクリュー などを求む
求めるカード
ハクリュー
譲りたいカード
ベロリンガ
フレンド申請からお願いします!先着順です!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}