メガチルタリスex, ナツメ などを求む
メガチルタリスex, ナツメ などを求む
求めるカード
ナツメ
メガチルタリスex
譲りたいカード
アカギ
良い提案ください
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}