摘要:
运用css选择器:# -*- coding: utf-8 -*-from lxml import htmlpage_html = ''''''page_tree = html.fromstring(page_html.decode('utf-8'))ele ... 阅读全文
posted @ 2018-12-28 09:05
xuejianbest
阅读(1320)
评论(0)
推荐(0)
摘要:
向指定url发送get请求:# -*- coding: utf-8 -*-import urllib2url = "http://localhost:80/webtest/test?name=xuejianbest"req = urllib2.Request... 阅读全文
posted @ 2018-12-28 09:04
xuejianbest
阅读(4697)
评论(0)
推荐(0)
摘要:
原理:变量__EVENTVALIDATION和__VIEWSTATE表示现在页面的状态,其值一般存储在当前页面上。变量__EVENTTARGET会被作为第一个参数传入js方法__doPostBack(eventTarget, eventArgument),表... 阅读全文
posted @ 2018-12-28 09:04
xuejianbest
阅读(2623)
评论(0)
推荐(0)

浙公网安备 33010602011771号