摘要: *{ margin: 0; padding: 0; }li{ list-style:none;} body{ background-color:#f9f9f9}/*清除a标签的下划线*/a{ text-decoration:none; } header{ width:100%; height:30p 阅读全文
posted @ 2019-07-22 21:36 石舟丿 阅读(153) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <link rel="stylesheet" type="text/css" href="css/new_file.css"/> </head> <body> 阅读全文
posted @ 2019-07-22 21:35 石舟丿 阅读(219) 评论(0) 推荐(0)
摘要: // 第一题 // var a = prompt("请输入一个工资的数字" ); // var b = a >= 20000 ; // var c = a <= 20000 && a>= 8000 ; // var d = a < 8000 ; // console.log(b+"高工资"); // 阅读全文
posted @ 2019-07-22 21:34 石舟丿 阅读(89) 评论(0) 推荐(0)