go colly 爬虫博客到wordpress https://www.aispider.cc

7 rader
114 B

4 år sedan
package wordpress
type BaseCall interface {
GetMethord() string
GetArgs(user string, pwd string) interface{}
}