Boolean visible(); Object visible(Boolean state);
1. 当前元素的可见状态,一个Boolean值
2. this对象
Std.dom("#content").visible(false);