码迷,mamicode.com
首页 > 其他好文 > 详细

35.秋名山老司机

时间:2019-12-30 14:41:15      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:star   info   react   inf   img   session   http   imp   opener   

技术图片

技术图片

写一个python脚本,由于初学只能白嫖大佬的了~~~https://blog.csdn.net/STARSG0d/article/details/92683276

 1 import requests
 2 import re
 3 s = requests.Session()
 4 r = s.get("http://123.206.87.240:8002/qiumingshan/")
 5 searchObj = re.search(r(\d+[+\-*])+(\d+), r.text)
 6 d = {
 7 "value": eval(searchObj.group(0))
 8 }
 9 r = s.post("http://123.206.87.240:8002/qiumingshan/", data=d)
10 print(r.text)

运行结果:

技术图片

35.秋名山老司机

标签:star   info   react   inf   img   session   http   imp   opener   

原文地址:https://www.cnblogs.com/tqqnb/p/12119195.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!