アカギ, カイ などを求む
アカギ, カイ などを求む
求めるカード
アカギ
カイ
譲りたいカード
ルチア
コメント後申請お願いいたします。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}