Notice: this

“this” is only for dynamic method. We don’t need it for static properties/methods, because static properties/methods are already shared in the memory.
The reason we use “this” is to distinguish the values for different objects.

posted @ 2011-12-02 07:27  allenbackpacker  阅读(121)  评论(0编辑  收藏  举报