zhangdingqu
def jwkj_get_filePath_fileName_fileExt(filename):
  (filepath,tempfilename) = os.path.split(filename);
  (shotname,extension) = os.path.splitext(tempfilename);
  return filepath,shotname,extension

path=jwkj_get_filePath_fileName_fileExt(url_txt.name)[0]

 

分类:

技术点:

相关文章:

  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-11-27
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-09-22
  • 2022-12-23
相关资源
相似解决方案