php $my_array = array(1, 2, 3, 4, 5); ?> 接著在前台使用後台丟過來json_encode 的$my_array var array = JSON.parse(<?php echo json_encode($my_array); ...
確定! 回上一頁