搜索引擎简单的高级使用案例
1、搜索标题含有关键字的预防
intitle:"tp5教程" --搜索标题含有tp5教程相关信息。
intitle: tp5教程 --tp5 和教程的关键字可能分开。
2、搜索链接当中含有thinkphp的链接
inurl:thinkphp
3、组合使用,链接当中含有thinkphp 并且标题含有tp5的关键字
intile:"tp5教程" inurl:thinkphp
4、搜索文件为.pdf语法
filetype:pdf
intitle "tp5教程" filetype ppt
5、搜索指定某个网站含有的"tp5教程"的内容
"tp5教程" site:www.cnblogs.com