07 2015 档案

摘要:变量(Variables)是在程序中变量用来自定义值的名称。//变量包含 字母,下划线(_),美元符号($)开头,数字;//变量不能以数字开头//区分大小写声明1.用关键词 var:var name = "yt"; // 推荐2.直接赋值name = 'global'; // 全局变量,不推荐作用域... 阅读全文
posted @ 2015-07-28 14:31 taoyoung 阅读(432) 评论(0) 推荐(0) 编辑
摘要:/*博客文章公用部分class与结构 common*/ /* 1.title-block //标题块 ├── border-danger //危险红 ├── border-info //普通蓝 └── border-warning //报警黄 <div class="title-block" ><h 阅读全文
posted @ 2015-07-22 14:09 taoyoung 编辑