ヒカリ, サカキ, アセロラ などを求む
ヒカリ, サカキ, アセロラ などを求む
譲りたいカード
モノマネむすめ
この中の2枚と交換できる方いませんか
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}