エンテイex などを求む
エンテイex などを求む
求めるカード
エンテイex
譲りたいカード
ニョロボンex
余ってる人いたら交換してくださいm(_ _)m
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}