how to get text from <a href> in nested html elements using jericho?
问题 I have some html code like this <div class="itm hasOverlay lastrow"> <a id="3:LE343SPABGLIANID" class="itm-link itm-drk trackingOnClick" title="League Sepatu Casual Geof S/L LO - Hitam/Biru" href="league-sepatu-casual-geof-sl-lo-hitambiru-68166.html" rel="-standard|"> </a> <div class="itm-overlay itm-group-mainbox-with-group"></div> </div> What should I do to get text league-sepatu-casual-geof-sl-lo-hitambiru-68166.html in <a href="league-sepatu-casual-geof-sl-lo-hitambiru-68166.html"> ? 回答1: