モノズ などを求む
モノズ などを求む
求めるカード
モノズ
譲りたいカード
かいの化石
だれかお裾分けお願いできないでしょうか…!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}