logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

response.text 和 response.content 的区别

#!/usr/bin/evn python# -*- coding:utf-8 -*-import requestsresponse = requests.get('https://www.baidu.com')print(response)print(response.text) #打印的是乱码(解码方式和编码方式不一致)print(response.encoding) #查看响应内容的编码方式

#python
appium进行微信小程序测试找不到context

appium进行微信小程序测试get contexts只能获取['NATIVE_APP'],切换微信版本7.0.22仍然找不到。更早的微信版本无法安装。。。。。。求指教,现在小程序测试哪个工具更适合。

#微信小程序#小程序
到底了