ホームページ >バックエンド開発 >PHPチュートリアル >$the_item->$args,$this->$fld是什么意思,该怎么处理
$the_item->$args,$this->$fld是什么意思
在开源的项目源码里面看到
$the_item->$args=$xxx
$xxxx=$the_item->$args
这里的
$the_item->$args
和
$the_item->args
有什么区别?
------解决方案--------------------