我使用WP Web Scraper从以下链接获取标题:http: //lpse.acehtenggarakab.go.id/eproc/lelang/view/1316330
标题是:PENGAWASAN/SUPERVISI KEGIATAN FISIK TAHUN 2016
标题位于<td>带有属性的html标记内class="horizLine"(它位于<tr>此html 的第二行(html标记)<table>,包含68行).
我的WP Web Scraper shorthcode是:
[wpws url="http://lpse.dephub.go.id/eproc/lelang/view/33737114" selector=".horizLine"]
Run Code Online (Sandbox Code Playgroud)
但它不起作用.
我的问题:
如何在selector我的短代码属性中定位此标题,而其他人则忽略了?