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

7 righe
114 B

4 anni fa
package wordpress
type BaseCall interface {
GetMethord() string
GetArgs(user string, pwd string) interface{}
}