シルバー, コトネ, やまおとこ などを求む
シルバー, コトネ, やまおとこ などを求む
譲りたいカード
旅の行商人
マツバ
よろしくお願いいたします!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}