path contains functions for manipulating filenames and directory names. >>> import os >>> print(os.path.join('/test/', 'myfile')) /test ...
確定! 回上一頁