企业官网建站 小程序开发 云逸学习园地
技术文章 许愿墙
技术文章 PHP学习 Javascript学习 DIV+CSS学习 uniapp学习 HTML学习 微信小程序、公众号知识点 VUE知识学习

小程序打开excel、word、pdf文件

2024-03-27 16:19:12 浏览 2628

打开代码:

openoffice(url) {
    uni.downloadFile({
	url: url,
	success: function (res) {
	    var filePath = res.tempFilePath;
	    uni.openDocument({
		filePath: filePath,
		showMenu: true,
		success: function (res) {
			console.log('打开文档成功');
		}
	    });
	 }
    });
}


网站开发者电话

18066742510

个人微信号
个人公众号
个人小程序
个人抖音