ドサイドン, シェイミ などを求む
ドサイドン, シェイミ などを求む
求めるカード
ドサイドン
シェイミ
譲りたいカード
トゲキッス
お願いします🥺
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}