セキ などを求む
セキ などを求む
求めるカード
セキ
譲りたいカード
マナフィ
大体◇2のポケモン持ってます
セキ2枚欲しいです
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}