error UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 2: invalid start byte

后端 未结 0 395
情深已故
情深已故 2020-11-22 05:30

I have a piece of code that does this:

def command(self, s, level=1):
        sub=subprocess.Popen(s, bufsize=0, shell=True, stdout=subprocess.PIPE, stderr=su         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题