Number height(); Object height(Number height);
1. 返回当前元素的高度数字(px)
2. this对象
Std.dom("body").height();
Std.dom(".content").height(300);