メガカイロスex などを求む
メガカイロスex などを求む
求めるカード
メガカイロスex
譲りたいカード
メガバシャーモex
♦︎4カイロス以外の申請はお断りです。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}