ラルトス などを求む
ラルトス などを求む
求めるカード
ラルトス
譲りたいカード
キルリア
サーナイト
可能な方いましたらお願いします
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}