どくバリ などを求む
どくバリ などを求む
求めるカード
どくバリ
譲りたいカード
アカギ
ゴツゴツメット
1枚募集しています。
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}