标签: python python-3.x path os.path
如何将string转换为path个对象?或者如何在python中创建path个对象? 例如: 我需要在这些中使用path个对象: os.listdir(path) os.chroot(path)
string
path
os.listdir(path)
os.chroot(path)
答案 0 :(得分:2)
这两个函数都接受字符串参数。 “path”只是参数的名称。