ピチュー などを求む
ピチュー などを求む
求めるカード
ピチュー
譲りたいカード
チコリータ
デンリュウ
カード名、名前、フレンド申請お願いします
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}