go colly 爬虫博客到wordpress
https://www.aispider.cc
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
6 satır
114 B
6 satır
114 B
package wordpress
|
|
|
|
type BaseCall interface {
|
|
GetMethord() string
|
|
GetArgs(user string, pwd string) interface{}
|
|
}
|
|
|