owner888 / phpspider

《我用爬虫一天时间“偷了”知乎一百万用户,只为证明PHP是世界上最好的语言 》所使用的程序
3.49k stars 1.18k forks source link

为什么网址中的点不用转义? #42

Open ksgujie opened 7 years ago

ksgujie commented 7 years ago

'content_url_regexes' => array( "http://www.qiushibaike.com/article/\d+" ),

为什么不是这样的: 'content_url_regexes' => array( "http://www\.qiushibaike\.com/article/\d+" ),