Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
先看一下Buffer的定义,有帮助下面理解
type DhtmlSpider ¶
type DhtmlSpider struct {
// contains filtered or unexported fields
}
func NewDhtmlSpider ¶
func NewDhtmlSpider() *DhtmlSpider
type FileSpider ¶
type FileSpider struct {
// contains filtered or unexported fields
}
type ProxyCallBack ¶
type ProxyCallBack func() string
type Response ¶
type Response struct { RedirectUrl string SpiderType SpiderType // contains filtered or unexported fields }
func (*Response) GetCharset ¶
func (*Response) GetContent ¶
type ShtmlSpider ¶
type ShtmlSpider struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.