グズマ, エリカ, サンダースex などを求む
グズマ, エリカ, サンダースex などを求む
譲りたいカード
メガアブソルex
フレンド申請までお願いします。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}