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