マタドガス, ナッシー, バタフリー などを求む
マタドガス, ナッシー, バタフリー などを求む
譲りたいカード
ウルガモス
ミュウ
ミュウは2枚あります。
よろしくお願いします!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}