listの中にある「href="https://auctions.yahoo.co.jp/closedsearch/closedsearch?auccat=23176&aucminprice=3000&b=101&n=100&」のリンクを正規表現で取得したいです。
var list = [ <span class="Pager__link Pager__link--active">1</span>,<a class="Pager__link" data-ylk="rsec:pagination;slk:number;pos:2" href="https://auctions.yahoo.co.jp/closedsearch/closedsearch?auccat=23176&aucminprice=3000&b=101&n=100&rewrite_category=0">2</a>,<a class="Pager__link" data-ylk="rsec:pagination;slk:number;pos:3" href="https://auctions.yahoo.co.jp/closedsearch/closedsearch?auccat=23176&aucminprice=3000&b=201&n=100&rewrite_category=0">3</a>,<a class="Pager__link" data-ylk="rsec:pagination;slk:number;pos:4" href="https://auctions.yahoo.co.jp/closedsearch/closedsearch?auccat=23176&aucminprice=3000&b=301&n=100&rewrite_category=0">4</a>,<a class="Pager__link" data-ylk="rsec:pagination;slk:number;pos:5" href="https://auctions.yahoo.co.jp/closedsearch/closedsearch?auccat=23176&aucminprice=3000&b=401&n=100&rewrite_category=0">5</a>, ...] var urls = list.match(/<a href="(.+)">/); Logger.log(urls); }
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/09 05:15
2019/12/09 06:05
2019/12/10 02:04
2019/12/10 03:31