python随笔:os.path中的realpath\dirname\join的学习2021-08-20 09:34:191.os.path.realpath(__file__)获取到当前文件的真实地址 2.os.path.dirname(__file__)获取当前文件的目录地址 3.os.path.join()拼接地址 上一篇:C#简单多播委托下一篇:文件上传与下载----SpringMVC