スピアーex などを求む
スピアーex などを求む
求めるカード
スピアーex
譲りたいカード
ディアルガex
ピカチュウex
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}