ナッシーex, ファイヤーex などを求む
ナッシーex, ファイヤーex などを求む
求めるカード
ナッシーex
ファイヤーex
交換するカードとお名前を記入ください!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}