upload-demo icon indicating copy to clipboard operation
upload-demo copied to clipboard

在python3中 server.py 51行需修改

Open renzhibin0 opened this issue 3 years ago • 0 comments

修改为:files = map(lambda x: x if isinstance(x, str) else x.decode('utf-8'), files) # 注意编码

renzhibin0 avatar Aug 24 '20 09:08 renzhibin0