在尝试自己做这件事挣扎了 3 个小时之后,我决定我自己做这件事是不可能或不可能的。我的问题如下:
如何使用 PHP 抓取附件图像中的数字以在网页中回显它们?
图片网址: http: //gyazo.com/6ee1784a87dcdfb8cdf37e753d82411c
请帮忙。我几乎尝试了所有方法,从使用 cURL 到使用正则表达式,再到尝试 xPath。没有什么是正确的。
我只想要数字本身,以便将它们隔离,分配给一个变量,然后在页面的其他地方回显。
更新:
http://youtube.com/exonianetwork - 我要抓取的 URL。
/html/body[@class='date-20121213 en_US ltr ytg-old-clearfix guide-feed-v2 site-left-aligned exp-new-site-width exp-watch7-comment-ui webkit webkit-537']/div[@id='body-container']/div[@id='page-container']/div[@id='page']/div[@id='content']/div[@id='branded-page-default-bg']/div[@id='branded-page-body-container']/div[@id='branded-page-body']/div[@class='channel-tab-content channel-layout-two-column selected blogger-template ']/div[@class='tab-content-body']/div[@class='secondary-pane']/div[@class='user-profile channel-module yt-uix-c3-module-container ']/div[@class='module-view profile-view-module']/ul[@class='section'][1]/li[@class='user-profile-item '][1]/span[@class='value']
我尝试过的 xPath,由于某种未知原因无法正常工作。没有抛出异常或错误,也没有显示任何内容。