Python3.6经过自带的urllib经过get或post方法请求url

Python3.6经过自带的urllib经过get或post方法请求url html # coding:utf-8 from urllib import request from urllib import parse url = "http://10.1.2.151/ctower-mall-c/sys/login/login.do" data = {"id":"wdb","pwd":"wdb
相关文章
相关标签/搜索