1.支持命名空间
helloworld.js
helloworld.html
2.支持类实例属性
person.js
person.html
3.支持类实例方法
person.js
person.html
4.支持类静态方法
person.js
persion.html
5.支持构造方法
6.支持类继承
student.js
teacher.js
person.js
person.html
7.支持类实例方法重写
peison.js
student.js
teacher.js
person.html
8.支持命名空间别名
person.js
person.js
9.支持事件队列
person.js
person.html