标签: python
Python不接受像'〜/ Pictures'
OSError: [Errno 2] No such file or directory: '~/Pictures'
如何让Python扩展这些?
答案 0 :(得分:0)
使用os.path.expanduser(也许os.path.expandvars)。
os.path.expanduser
os.path.expandvars