echo 與print都是常用的資料呈現方式,非常單純的將字串或變數中的資料輸出到瀏覽器上 ,當然 ... <?php //以echo方式輸出 $a =123; $b =456; echo "Hello World<br>";
確定! 回上一頁