zoukankan
html css js c++ java
os.path.exists,os.path.isfile
1、文件夹或文件
os.path.exists('models')
2、文件
os.path.isfile('models/linear.pth')
查看全文
相关阅读:
登录功能实现
JavaScript中的apply()方法和call()方法使用介绍