ヌメルゴン, サザンドラ などを求む
ヌメルゴン, サザンドラ などを求む
求めるカード
サザンドラ
ヌメルゴン
譲りたいカード
リーシャン
♦️3基本交換できます。リーシャン等
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}