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

7 lines
114 B

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