大家看看有没有用?
下面是代码(最好看图,有高亮):
;;Example 1: Hello World
;;V2EX 好像不需要验证码,此为模拟
GET http://v2ex.com/signin FOR img.captcha
:T 登录失败,需要验证码
:F POST http://v2ex.com/signin WITH u:vitovan p:password FOR a.fade[href=/notifications]
:T GET http://v2ex.com/notifications FOR #Main>.box>div.cell AS JSON
:F 登录失败,未知原因
;;Example 2: Code Block and Params
;;define a block
BLOCK v2ex-login $param
POST http://v2ex.com/signin WITH u:vitovan p:password $param FOR a.fade[href=/notifications]
:T GET http://v2ex.com/notifications FOR #Main>.box>div.cell AS JSON
:F 登录失败,未知原因
;;call block
GET http://v2ex.com/signin FOR img.captcha AS IMG
:T POST http://handle-captcha-service.com/img WITH @RESULT AS TEXT
:T CALL v2ex-login c:@RESULT
:F CALL v2ex-login
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.