【发布时间】:2011-05-24 11:16:49
【问题描述】:
由于我找不到我的问题的确切答案,所以我决定寻求帮助,在这里发布我的问题。所以,我有一个页面内容,我用file_get_contents 获得并想preg_match 这个网址:
http://sample.com/Last/LastSearch.ashx?q=cnt=1&day=5&keyword=sample&location=15&view=v
来自
<a href="javascript:LastURL('http://sample.com/Last/LastSearch.ashx?q=cnt=1&day=5&keyword=sample&location=15&view=v');" id="Last" rel="nofollow" class="Last" onclick="javascript:hideCss('LastCSS');hideCss('FirstRCSS');">Last</a>
请帮帮我。
【问题讨论】:
标签: php javascript preg-match file-get-contents