网站采用flash加载,response返回的数据经过amf格式编码我的环境是windows10+python3.7,调用py3amf时候出现错误
我的代码为:
from py3amf import remoting
...
resp_msg = remoting.decode(resp.content)