对象元素名中含变量怎么办?对象元素名中含变量怎么办?[解决办法]$hello->${'name_'.($i+1)}[解决办法]$name = 'name_'.($i+1);$hello->$name;[解决办法]