python2.7中的UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 1: ordinal not in ra
在学习写一个简单的http服务器中报的错。Traceback(mostrecentcalllast):
File"httpservice.py",line5,in
importSimpleHTTPServer
File"C:\Python27\lib\SimpleHTTPServer.py",line27,in
classSimpleHTTPRequestHandler(BaseHTTPServe