幻の石板 などを求む
幻の石板 などを求む
求めるカード
幻の石板
譲りたいカード
サカキ
タケシ
ぺーといいます。
名前とIDお願いします。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}