カイロス, ゼニガメ などを求む
カイロス, ゼニガメ などを求む
求めるカード
カイロス
ゼニガメ
欲しいカードと名前をお願いします
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}