エリカ, イリマ, リーフ などを求む
エリカ, イリマ, リーフ などを求む
譲りたいカード
サカキ
グズマ
名前、申請お願いします
1枚ずつです
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}