摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script src="vue.min.js"></script> </head> <body> <div id="app"> <input type="te 阅读全文
摘要:
import java.util.Scanner; public class Test01 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); pw(sc); }// 三次密码验证 publi 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .warp{ width: 300px; height: 300px; background-color: pink; margin: 100px 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> /*最外边的盒子*/ .container{ /*盒子左边距*/ margin-left: 40px; /*盒子右边距*/ margin-right 阅读全文
摘要:
@import url("reset.css");/*首页通用样式开始*/ .container{ width: 950px; margin: 0 auto; } /*首页通用样式结束*/ /*统一样式*/button{ cursor: pointer;} /*首页头部开始*/.header{ he 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>豆瓣</title> <link rel="shortcut icon"type="imge/x-icon"href="img/favicon.ico" /> <link rel=" 阅读全文
摘要:
//混合 传参的.juzhong(@w,@h,@c){ width:@w; height: @h; background-color: @c;}.box1{ .juzhong(300px,300px,red); .box2{ .juzhong(100px,100px,blue); }} 阅读全文
摘要:
/** * 创建一个星星评分的区域 * @param {*} config */function createStar(config) { //1. 将各种配置保存到变量中,没有传递的,设置默认值 var dom = config.dom; var maxNumber = config.maxNum 阅读全文
摘要:
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docume 阅读全文
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</t 阅读全文