アカギ, ルチア, ハルカ などを求む
アカギ, ルチア, ハルカ などを求む
譲りたいカード
サンダースex
メガアブソルex
フレンド申請とトレーナー名の記入お願いします!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}