今天看laravel框架代码一个类中有一段代码publicfunctionisLocal(){return$this['env']=='local';}从来没见过这样的写法$this['env']这样有什么作用? 查看完整描述