鸿 鸿 2022-11-05 22:45 采纳率: 92.7%
浏览 22
已结题

python文件编码问题,

-这个软件不知道出现什么问题,图片不能上传显示

import execjs
import requests
from urllib import parse

index_url = "https://d.weidian.com/weidian-pc/pc-vue-index/index.html%22
login_url = "https://sso1.weidian.com/user/login"
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36"
session = requests.session()

def get_encrypted_ua():
with open('微get_encrypted_ua.js', 'r',str.decode('UTF-8','strict')) as f:
uad_js = f.read()
ua = execjs.compile(uad_js).call('window.getUa')
ua = parse.quote(ua)
return ua

def get_wd_token():
headers = {"User-Agent": UserAgent}
response = session.get(url=index_url, headers=headers)
wd_token = response.cookies.get_dict()["wdtoken"]
return wd_token

def login(phone, password, ua, wd_token):
headers = {
"user-agent": UserAgent,
"origin": "https://d.weidian.com",
"referer": "https://d.weidian.com/%22,
}
data = {
"phone": phone,
"countryCode": "86",
"password": password,
"version": "1",
"subaccountId": "",
"clientInfo": '{"clientType": 1}',
"captcha_session": "",
"captcha_answer": "",
"vcode": "",
"mediaVcode": "",
"ua": ua,
"scene": "PCLogin",
"wdtoken": wd_token
}
response = session.post(url=login_url, headers=headers, data=data)
print(response.json())

def main():
phone = input("请输入登录手机号: ")
password = input("请输入登录密码: ")
ua = get_encrypted_ua()
wd_token = get_wd_token()
login(phone, password, ua, wd_token)

if name == 'main':
main()`

img

我用encoding="UTF-8" ,也不行,哪位知道,谢谢

img

  • 写回答

2条回答 默认 最新

  • NOWSHUT 云计算领域优质创作者 2022-11-05 22:48
    关注

    用万国码试试

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 11月6日
  • 已采纳回答 11月6日
  • 修改了问题 11月6日
  • 修改了问题 11月5日
  • 展开全部

悬赏问题

  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动