//首先是storage的一封装 //storage.js文件
function storage(){//设置storage密钥this.ms"mystorage";}//以下为函数的原型方法//获得localStorage值storage.prototype.getLocalfunction(key){//先检查设置的localStorage的密钥var mydatalocalStorage.getItem(thi…
1.安装echarts npm i echarts 2.导入echarts
说明:任意组件页面都可以导入echarts。如果在main.js里面导入,那么只需要导入一次就可以应用于任意页面。 import * as echarts from "echarts" 3.创建容器
说明:它具有一个指定的id属…
2023每日刷题(二十五)
Leetcode—637.二叉树的层平均值 BFS实现代码
/*** Definition for a binary tree node.* struct TreeNode {* int val;* struct TreeNode *left;* struct TreeNode *right;* };*/
/*** Note: The returned array mu…
🌷🍁 博主猫头虎(🐅🐾)带您 Go to New World✨🍁 🦄 博客首页:
🐅🐾猫头虎的博客🎐《面试题大全专栏》 🦕 文章图文并茂🦖…