パチリスex, プテラex などを求む
パチリスex, プテラex などを求む
求めるカード
パチリスex
プテラex
譲りたいカード
ピジョットex
条件合う方いましたらお願いします🙏🏻
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}