源代码
<foreach name=":explode(',',model('operation'))" item='vo'>生成代码
<?php if(is_array($:explode(',',model('operation')))):foreach代码解释
}elseif(strpos($name,':')){
// 额外的对象方式支持
$name = '$'.str_replace(':','->',$name);
}请问这个 额外的对象方式支持 是什么?为啥子官方不允许函数使用?