コイキング などを求む
コイキング などを求む
求めるカード
コイキング
譲りたいカード
カモネギ
♢でご希望あれば枚数確認致します
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}