原创 php的幾種標記

1.xml標記風格 <?php echo "xml標記風格"; ?>(推薦使用) 2.腳本標記風格 <script language=""> echo "腳本標記風格"; </script> 3.簡短標記風格 <? echo "簡短風格標