後來才知道PHP 支援Dynamic variables動態變數i.e variable variables的功能。 例子: <?php $hello = 'world'; $world = 'hello'; echo ...
確定! 回上一頁