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