コード例 #1
0
ファイル: spider.go プロジェクト: husttaowen/pholcus
// 输出文件结果
func (self *Spider) FileOutput(resp *context.Response, name ...string) {
	resp.AddFile(name...)
}