ファイヤーex などを求む
ファイヤーex などを求む
求めるカード
ファイヤーex
譲りたいカード
プテラex
よろしくお願いします
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}