我在自测代码时加上了 print(XXXXX),
测试完毕后上传服务器,并没有删除 print 语句,当时运行正常,第二天报错 Input/output error;
原因分析:
因为运行正常后,我退出了 shell,结束了 ssh 连接,结果 print 时报错;
总结 服务器不能使用print来做打印测试 因为关掉ssh后就会报这个错误
参考资料:
https://www.cnblogs.com/wzbk/p/11308552.html