echo (true == -1 ? "I'm a little bit surprising" : "Life is easy");
给
I'm a little bit surprising
有人可以解释一下为什么 -1 等于 true 吗?谢谢
php
php ×1