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