摘要: 1.size属性:返回Map结构的成员总数 const map = new Map([ ['name','张三'], ['title','Author'] ]) console.log(map.size) // 2 2.set 和get 3.has方法:返回一个布尔值,判断某个键是否在当前Map对象 阅读全文
posted @ 2019-10-17 18:46 小白咚 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <h2 style="float: right"> <a-icon type="user" style=""/>{{ username }} </h2> <div> <a-row :gutter="24"> <a-col :md="12" :lg="12"> <h3>心率</h3> <span>{{ xinlud 阅读全文
posted @ 2019-10-17 17:17 小白咚 阅读(1662) 评论(0) 推荐(0) 编辑
摘要: let命令: const 阅读全文
posted @ 2019-10-17 09:25 小白咚 阅读(173) 评论(0) 推荐(0) 编辑