メガデンリュウex などを求む
メガデンリュウex などを求む
求めるカード
メガデンリュウex
譲りたいカード
ジュナイパーex
スイクンex
余裕のある方フレンド申請よろしくお願いします。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}