文档 / 组件框架

(栈快照)inspect

Light.inspect()

输出应用的整体运行状态,做调试使用。

Light.inspect();

Light.extend()

对象间浅拷贝赋值。

Light.extend({},{a:1});