功能参数返回cmf_get_file_download_url($file, $expires = 3600) 功能获取文件下载链接 参数$file: string 文件路径,数据库里保存的相对路径$expires: int 过期时间,单位 s 返回string 文件链接 原文: https://www.thinkcmf.com/docs/cmf/获取文件下载链接.html