摘要: 推荐使用nvm node 管理工具 来下载node包 (最好不要自己去官网下载) 一、下载nvm https://www.jianshu.com/p/6939619c9564 nvm 常用命令: nvm list 查看当前系统中的所有node版本 nvm use xx. 使用xx版本的node nv 阅读全文
posted @ 2023-04-17 13:57 蜗牛般庄 阅读(26) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-04-03 16:59 蜗牛般庄 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-04-03 12:57 蜗牛般庄 阅读(15) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-03-31 11:03 蜗牛般庄 阅读(20) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-03-30 11:43 蜗牛般庄 阅读(15) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-03-29 15:05 蜗牛般庄 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 前言: 当我们遇见大图片的时候,不想破坏其像素清晰度,又不想让前端体验感差,就可以用预加载的loading图片来展示, 等到真正的图片下载完,再替换回来。 代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta 阅读全文
posted @ 2023-03-29 13:16 蜗牛般庄 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jsx语法规则</title> <style> .title{ background-color: orange; width: 200px; } </styl 阅读全文
posted @ 2022-11-18 14:41 蜗牛般庄 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 一、1_使用jsx创建虚拟DOM <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>1_使用jsx创建虚拟DOM</title> </head> <body> <!-- 准备好一个“容器” --> <div i 阅读全文
posted @ 2022-11-18 14:34 蜗牛般庄 阅读(81) 评论(0) 推荐(0) 编辑
摘要: let routeData = this.$router.resolve({ path: 'abc', query: { a:1 } }) window.open(routeData.href, '_blank') 阅读全文
posted @ 2022-06-06 16:55 蜗牛般庄 阅读(87) 评论(0) 推荐(0) 编辑
Title
页脚 HTML 代码