-
Notifications
You must be signed in to change notification settings - Fork 6
summer.openFile
xingyongchao edited this page Oct 25, 2016
·
1 revision
打开文件服务
summer.openFile(json);
文件名 > 一般结合下载使用,filename值为下载时重新命名的filename
支持手机能打开的格式*.txt,.doc,.pdf等
文件路径 > 一般结合下载使用,filepath值为下载时提供的filepath
summer.openFile({ "filename" : "xxx.png", "filetype" : "png", "filepath" : "download/image" })

