蓝天
蓝天
如果备份脚本里有涉及中文字符,会有乱码的情况,导致无法执行成功  我在Client里的backup.go文件中,shellString写入前进行了GBK转码,就能正常执行 ``` encoder := simplifiedchinese.GBK.NewEncoder() shellString, err = encoder.String(shellString) ```  另外还有个问题,shell.CombinedOutput()这段代码,获取的内容,中文字符会变成x开头的字符 
https://demo.folib.com/ui/index.html#/login 这是提供的演示地址