07 2021 档案

摘要:1、Brackets Light Pro 2、One Dark Pro 3、Atom One Dark Theme 4、Atom One Light Theme 5、GitHub Theme 6、Hop Light 7、Monokai Light(个人喜欢的 深色主题) 8、Relax Eyes T 阅读全文
posted @ 2021-07-29 10:30 三只小熊sky 阅读(3516) 评论(0) 推荐(0) 编辑
摘要:1.字符串数字转数字 var arr = [1, 2, 3, 4, 5]; arr.map(String); // ['1', '2', '3', '4', '5'] 2.数字转字符串数字 var arr2 = ['1', '2', '3', '4', '5'] arr2.map(Number); 阅读全文
posted @ 2021-07-28 14:06 三只小熊sky 阅读(79) 评论(0) 推荐(0) 编辑
摘要:注意注意....... 所有的前提是:给添加伪类的元素添加position: relative; 背景色的箭头: content: ''; position: absolute; top: 14px; right: 6px; width: 0; height: 0; border: 8px soli 阅读全文
posted @ 2021-07-17 10:45 三只小熊sky 阅读(492) 评论(0) 推荐(0) 编辑
摘要:border: 1px solid #fff; box-shadow: 0 0 1px 1px #aaa, 3px 0 5px 0 #aaa, 0 4px 7px 0 #aaa; 阅读全文
posted @ 2021-07-15 14:15 三只小熊sky 阅读(11) 评论(0) 推荐(0) 编辑
摘要:原始方法: location.reload(); vue自带的路由跳转: this.$router.go(0);用过的人都知道,前两者都是强制刷新页面,会出现短暂的闪烁,用户体验效果不好。所以,我们选择第三种方式: 3. 首先在App里面写下如下代码: <template> <div id="app 阅读全文
posted @ 2021-07-01 11:43 三只小熊sky 阅读(53) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示