アローラダグトリオex などを求む
アローラダグトリオex などを求む
求めるカード
アローラダグトリオex
譲りたいカード
アローラダグトリオex
エンブレム用で二回交換して欲しいです
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}