pip install request成功
在使用request.args.get(‘ip‘)方法时报错:
python 问题:request.args.get('ip') AttributeError: 'module' object has no attribute 'args'
原文:https://www.cnblogs.com/answer727/p/12550663.html