Watchers (1) limakilo 关注 支付提示 将跳转至支付宝完成支付 确定 取消 捐赠 捐赠前请先登录 取消 前往登录 登录提示 该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录 没有帐号,去注册 1 https://gitee.com/limakilo2020/vue_material.git git@gitee.com:limakilo2020/vue_material.git ...
team-limakilo / website Public Notifications Fork 1 Star 1 Code Issues Pull requests Actions Projects Security Insights CommitImprove mobile menu animation performance Browse files master ricmzn committed Dec 6, 2022 1 parent b3630a4 commit 7565b8d ...
less入门 @green:green;@size100:100px;// 安装easy less插件保存less会生成同名css文件// 计算时有多个单位以第一个单位为主// 计算空格// 写为元素加&div{background-color:@green;font-size:@size100-50;&:hover{background-color: red; } }...
letexpress =require("express");letapp1 =express(); app1.get("/",(r, rs) =>{ rs.send("收到") }) app1.listen(8000,() =>{console.log("8000服务器启动"); })
-- 设置每一列样式 --><colgroup><colstyle="background-color: green;"><!-- 横跨两列设置背景 --><colspan="2"style="background-color:red"><!-- 第四列设置背景 --><colstyle="background-color:yellow"></colgroup><tr><th>网站</th><th>网址</th><th>评分</th><th>评分</th></tr...
log("fun"); } } var p1 = new Phone("xiao"); var p2 = new Phone("xiao"); // 对象的原型对象 = 对象.__proto__ = 对象.constructor.type // 注意:__为两_ _ console.log(p1.f === p2.f); //true p1.constructor.prototype === p1.__proto__ === People.prototype console....
事件冒泡 functiontwo(e) {alert("two");console.log(e); 阻止默认行为 e.preventDefault(); 阻止向上冒泡 e.stopPropagation() }vardiv2 =document.querySelector("a"); div2.addEventListener("click", two);
npm npm配置下载镜像 npm config set registry https://registry.npm.taobao.org npm查询下载镜像 npm config get registry
屏幕上页面宽度小于500px时将jd.css引入页面中 <link rel="stylesheet" href="jd.css" media="screen and (max-width:500px)">
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步 编辑推荐: · 35岁程序员的中年求职记:四次碰壁后的深度反思 · 继承的思维:从思维模式到架构设计的深度解析 · 如何在 .NET 中 使用 ANTLR4 · 后端思维之高并发处理方案 · 理解...