ドラミドロex などを求む
ドラミドロex などを求む
求めるカード
ドラミドロex
譲りたいカード
メガアブソルex
その他はAシリーズであれば大丈夫かもです!
copyToClipboard = (supId) => {
const copyText = document.getElementById(supId);
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
alert("コピーしました");
}