文章大约200个汉字,阅读约耗时两分钟~
推荐站点:google search education
1. 使用引号强制精确匹配
如:"what is javascript"

2. 使用 AND 操作符
如:html AND css 返回包含两者的搜索结果

3. 使用 OR 操作符
如:(javascript OR python) free course 返回包含javascript或者包含python的搜索结果

4. 使用 - 操作符排除
如:javascript -css 排除对css的搜索

5. 使用 * 通配符
可以使用*通配符作为占位符,它会代替掉任何单词或者短语。
如:"how to start * in 6 months"

6. 单个站点内进行搜索
如:site:freecodecamp.org

7. 针对文件类型搜索
如:filetype:pdf learn css

8. 搜索数字范围
如:ecmascript 2016..2018

后话
- 更多内容 github.com/reng99/blog…










