エリカ, リーフ, リーリエ などを求む
エリカ, リーフ, リーリエ などを求む
譲りたいカード
ニンフィアex
サンダースex
1:1交換 日本語版でお願いします🙏
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}