静态和非静态有什么区别吗?
phpcn_u238
phpcn_u238 2017-01-04 15:40:31
0
2
980

一个可以不实例化 一个需要,肯定区别不止这一点。是内存什么的吗?具体简单说说!

phpcn_u238
phpcn_u238

reply all(2)
数据分析师

What is the difference between static and non-static? -PHP Chinese website Q&A-What is the difference between static and non-static? -PHP Chinese website Q&A

Take a look around and learn.

阿神

静态方法和静态变量创建后始终使用同一块内存,而使用实例的方式会创建多个内存。

通俗点.静态方法,就是死人,非静态还活着...所以静态也是不自销毁的

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template