09 2022 档案

css 启动页 loading动画
摘要:<!-- 这是一个HTML加载动画,主要由多个旋转的圆点和"Loading..."文字组成 --><div class="index-html-loader"> <!-- 加载中的文本 --> <div class="text">Loading...</div> <!-- 水平排列的圆点集合 --> 阅读全文

posted @ 2022-09-19 22:48 完美前端 阅读(294) 评论(0) 推荐(0)

js中获取时间new Date()详细介绍
摘要:Date对象基础 // 创建一个Date对象 var myDate = new Date(); getDate() 从 Date 对象返回一个月中的某一天 (1 ~ 31)。 getDay() 从 Date 对象返回一周中的某一天 (0 ~ 6)。 getMonth() 从 Date 对象返回月份 阅读全文

posted @ 2022-09-16 21:00 完美前端 阅读(3538) 评论(0) 推荐(0)

uniapp 上传
摘要:图片上传组件 使用组件实现图片上传功能,以下是相关的代码: 组件声明 fileList1: [], // uviewui ui组件 <u-upload uploadText="上传打款凭证" :fileList="fileList1" @afterRead="afterRead" @delete=" 阅读全文

posted @ 2022-09-09 21:24 完美前端 阅读(619) 评论(0) 推荐(0)

导航