ナツメ, カイ, モノマネむすめ などを求む
ナツメ, カイ, モノマネむすめ などを求む
譲りたいカード
アカギ
2:2のみ交換可能です。
アカギは先出しします!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}