[TOC]
## 取整
parseInt
Math.round
Math.cril 向上
Math.floor
## js定义对象
字面量定义
var b = {
name:"ding"
}
构造函数
b = new Object
## 贪婪 懒惰
默认贪婪 ?懒惰
hello
/l{1,2}/g
/l{1,2}?/g
## 分支
git checkout a
git merge a
## 小程序周期
onload onshow onready onhide ondestorn