カビゴン などを求む
カビゴン などを求む
求めるカード
カビゴン
譲りたいカード
ハルカ
サポート募集です。
提案よろしくお願いします
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}