イエッサンex, メガチルタリスex などを求む
イエッサンex, メガチルタリスex などを求む
求めるカード
メガチルタリスex
イエッサンex
譲りたいカード
サンダースex
女性サポカでも可能です!提案お願いします🙇♂️
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}