2017-01-12 60 views
0

是否可以制定Google搜索查詢,以便搜索以指定詞結尾的網址?谷歌搜索語法:以給定詞結尾的網址

例如,我想查找標題爲「新聞」結尾爲「.php」的所有網址。我試過這個:

intitle:news inurl:.php 

但它給了我像「www.phpdeveloper.org」的網址。

回答

0

其中一個解決方法,使用「文件類型:」運營商:

intitle:news filetype:php 

這將給像「hiphop.start.bg/link.php?id=264549」的鏈接,以及,但它是比沒有好多了。