import ospath = 'C:\Users\Yuyy\Desktop\ShortVideo' # 要遍历的目录for root, dirs, names in os.walk(path): for name in names: ext = os.path.splitext(name)[1] # 获取后缀名 if ext == '.mp4':…
刚搭好环境,目前网站备案初审也过了,正在送往管局,不过WordPress更新还在报错504 Gateway Timeout。