Documentation ¶
Index ¶
Constants ¶
View Source
const (
URL = ""
)
Variables ¶
View Source
var ( GlobalHeader = http.Header{ "User-Agent": {gapi.DefaultUserAgent}, } )
Functions ¶
func Jobs ¶
获取招聘信息列表 curl => 网站内容链接 一般是网页的: http://www.heshan.ccoo.cn/post/zhaopins/list-0-0-0-0-0-0-%d.html %d => 页码 (从0开始) 当然其他地方不确定可能要自己fork一下了 这两段 `heshan.ccoo.cn` `0-0-0-0-0-0-1` 具体含义貌似每个地区都不一样, 所以只能先这样抽了
Types ¶
type JobListItem ¶
type JobListItem struct { Title string `json:"title"` // 标题 Link string `json:"link"` // 链接 Price string `json:"price"` // 薪资 WelfareTags []string `json:"welfare_tags"` // 福利标签??? CompanyName string `json:"company_name"` // 公司名称 CompanyAddr string `json:"company_addr"` // 公司地址 PopRequire []string `json:"pop_require"` // 公司要求 UpdateDate string `json:"update_date"` // 更新日期 }
Click to show internal directories.
Click to hide internal directories.