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