SpringBoot,前端html5 整合WangEditor5富文本编辑器,并自定义图片、视频上传至FTP服务器
2024-05-07一:引入css以及jsWangEditor5 官网 https://www.wangeditor.com/<!-- 引入 css --><link href="https://unpkg.com/@wangeditor/editor@latest/dist/css/style.css" rel="stylesheet"><!-- 引入 js --><script src="https://unpkg.com/@wangeditor/editor@lates_wangeditor5 index.js
【uniapp小程序】路由跳转navigator传参封装
2024-03-06在实际应用开发中我们经常要使用到路由跳转,在uniapp官网中,提供了navigator内置组件,供我们使用。navigator页面跳转。页面跳转。该组件类似HTML中的组件,但只能跳转本地页面。目标页面必须在pages.json中注册。该组件的功能有API方式,另见:https://uniapp.dcloud.io/api/router?属性说明属性名类型默认值说明平台差异说明urlString。_navigator传参