ワシボン, カバルドン, ケルディオ などを求む
ワシボン, カバルドン, ケルディオ などを求む
譲りたいカード
ルンパッパ
アーマーガア
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}