1:支持命名空间
\n
<script type=”text/javascript”>
// 定义一个命名空间
Ext.namespace(“Ext.wentao”);
// 在命名空间上定义一个类
Ext.wentao.helloworld = Ext.emptyFn;
// 创建一个类的实例
new Ext.wentao.helloworld();
</script>\n
// 定义一个命名空间
Ext.namespace(“Ext.wentao”);
// 在命名空间上定义一个类
Ext.wentao.helloworld = Ext.emptyFn;
// 创建一个类的实例
new Ext.wentao.helloworld();
</script>\n