随笔分类 - Python
摘要:'''@Desc:os模块的常用方法使用 os.getcwd() os.path.exists(dir) os.listdir(dir) os.path.join(dir, file) os.path.isfile(fullpath) os.path.isdir(fullpath) os.path.
阅读全文
摘要:今天写了个python程序,代码中有print,但是执行完后,输出的结果就只有: Process finished with exit code 0 并没有将我打印的内容打印出来。 后来参考资料,总结有2点可能的原因: 1)File→settings→project→project interpre
阅读全文