エンテイex などを求む
エンテイex などを求む
求めるカード
エンテイex
譲りたいカード
ガブリアスex
エルフーンex
カード、プレイヤー名とフレ申請お願いします
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}