数据分析师2017-09-30 23:55:39
What does it mean to use references to compare objects instead of using "references" in values? -PHP Chinese website Q&A-What does it mean to use references to compare objects instead of using "references" in values? -PHP Chinese website Q&A
Let’s take a look and learn.
怪我咯2017-01-13 10:44:59
对象比较是指该命名下,他们对内存中存储数据的比较;
举个例子吧,直接声明一个对象和构造一个对象,可能值是一样的,但是内存中的数据肯定是不同的,原型也不同;因此是不同的。
两个声明对象比较的话,对内存中的数据也是两套,比较也是不同的。
你把这个比较理解为“是否同一个”而不是“是否相同”