エンテイex などを求む
エンテイex などを求む
求めるカード
エンテイex
譲りたいカード
グレイシアex
ブラッキーex
ご希望のカードと名前を教えてください。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}