イツキ などを求む
イツキ などを求む
求めるカード
イツキ
譲りたいカード
モノマネむすめ
モノマネ中国語です!お願いいたします!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}