上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: function checkAll(){ var Em = CheckEm(); var cp1=checkPas1(); var cp2=checkPas2(); var p = checkphone(); var r =cr();// 如果全为true的时候,才会提交 return Em&&cp 阅读全文
posted @ 2020-09-28 14:05 Smile*^ 阅读(167) 评论(0) 推荐(0) 编辑
摘要: .containter{ width: 500px; margin: 50px auto; } .head{ height: 60px; /*装手机注册和邮箱注册的大盒子背景色*/ background-color: #00FFFF; } .head div{ width:216px; height 阅读全文
posted @ 2020-09-28 14:03 Smile*^ 阅读(90) 评论(0) 推荐(0) 编辑
摘要: phone.css form{ margin-top: 30px; text-align: center; } input{ margin-bottom: 5px; } .a{ text-align: left; width:300px; height: 30px; } .b{ width: 148 阅读全文
posted @ 2020-09-28 14:02 Smile*^ 阅读(90) 评论(0) 推荐(0) 编辑
摘要: em.css form{ margin-top: 20px; } .enter{ width: 300px; height: 30px; /*设置底端外边距 */ margin-bottom: 15px; } #btn{ width: 300px; height: 40px; /*设置背景颜色 */ 阅读全文
posted @ 2020-09-28 14:00 Smile*^ 阅读(103) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/分页.css" /> <link rel="stylesheet" href="css/phone 阅读全文
posted @ 2020-09-28 13:58 Smile*^ 阅读(228) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> body{ margin: 0; font-size: 16px; } ul{ list-style: none; margin: 0; paddi 阅读全文
posted @ 2020-09-28 13:54 Smile*^ 阅读(96) 评论(0) 推荐(0) 编辑
摘要: js try catch 捕捉程序抛异常,后续运行便无妨。 异常信息传对象,获得名称信息荡。 语法解析基础见,引用地址错误变。 捕捉程序抛异常,后续运行便无妨。 当程序运行到某一行出现异常的时候 就会终止后续代码运行 使用 try{ 可以捕捉异常并且 使后续代码正常运行 console.log(ag 阅读全文
posted @ 2020-09-24 22:42 Smile*^ 阅读(2367) 评论(0) 推荐(0) 编辑
摘要: 一:值类型(数据类型) 1.原始值:不可改变的原始值 Number Boolean String undefined null, Number String 值有无数个 Boolean 值有2个 true false undefined 值有一个(经过声明,没有赋值) null 占位符(以便于后期用 阅读全文
posted @ 2020-09-21 20:58 Smile*^ 阅读(220) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <title></title></head><body> <script type="text/javascript"> // 1. 构造函数生产对象 function Person() { this.name = 'abc'; this.ag 阅读全文
posted @ 2020-09-16 21:44 Smile*^ 阅读(144) 评论(0) 推荐(0) 编辑
摘要: html结构: <div class="wrapper"> <div class="round"> <span>东邪</span> <span>西毒</span> <span>南乞</span> <span>北丐</span> </div> </div> CSS代码: .wrapper{ width 阅读全文
posted @ 2020-09-15 22:36 Smile*^ 阅读(808) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页