ガバイト などを求む
ガバイト などを求む
求めるカード
ガバイト
譲りたいカード
ポケモンの笛
交換カードは要相談でお願いします。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}