function checkFolder(path){
var folder = Folder(path)
if(!folder.exists) folder.create()
}
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
微信扫一扫
function checkFolder(path){
var folder = Folder(path)
if(!folder.exists) folder.create()
}
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
相关推荐