这是网站中的html文本,我要抓取
1,000 个死前必看的地方
<ul class="listings">
<li>
<a href="http://watchseries.eu/serie/1,000_places_to_see_before_you_die" title="1,000 Places To See Before You Die">
1,000 Places To See Before You Die
<span class="epnum">2009</span>
</a>
</li>
我使用了这样的代码
foreach($html->find('ul.listings li a') as $e)
echo $e->innertext. '<br/>';
我得到的输出就像
999: Whats Your Emergency<span class="epnum">2012</span>
包括跨度请帮助我