jhyc
jhyc
ERROR:root:generic exception: Traceback (most recent call last): File "D:/python-workspace/test1/weixin.py", line 1110, in _get data = response.read().decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
跟踪了下代码 void onPostParseData(ScanResult scanResult) { if (!mSpotAble) { return; } String result = scanResult == null ? null : scanResult.result; if (TextUtils.isEmpty(result)) { //
打开文件支持直接打开url连接么?