摘要:
1 <?php 2 header("Content-Type: text/html; charset=utf-8"); 3 ?> 4 <head> 5 style 6 { 7 p{ font-size:16px; font-weight:bold; font-family:'微软雅黑', console; } 8 } 9 </head> 10 <?php 11 echo '<pre>'; 12 function var_array($array) 13 { 14 echo '< 阅读全文