[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