旧朋友:使用 os.path 模块 >>> import os.path >>> os.path.join('/tmp', 'foo.txt') '/tmp/foo.txt' # ✨ 新潮流:使用 / 运算符 >>> from pathlib ...
確定! 回上一頁