請教各位前輩小弟正在練習javascript 讀取php變數的範例程式碼如下: <html> <head> ... <script> var a=new Array(); a=<?php echo $b;?>; //用迴圈讀出值for (i=0 ...
確定! 回上一頁