( )函数可以获取一个文件的绝对路径: A: path() B: abspath() C: dirname() D: normpath()
( )函数可以获取一个文件的绝对路径: A: path() B: abspath() C: dirname() D: normpath()
Python标准库os.path中用来返回指定路径中的绝对路径的方法是abspath()。
Python标准库os.path中用来返回指定路径中的绝对路径的方法是abspath()。
Python标准库os.path中用来分割指定路径中的文件扩展名的方法是()。 A: splitext( ) B: exists( ) C: split( ) D: abspath( )
Python标准库os.path中用来分割指定路径中的文件扩展名的方法是()。 A: splitext( ) B: exists( ) C: split( ) D: abspath( )
1