zhugw

导航

2012年5月11日 #

PHP学习一

摘要: <?php/* * To change this template, choose Tools | Templates * and open the template in the editor. *///echo "Hello World!<p>";//echo phpinfo();/*//********四则运算************$a = 5;$b = 2;echo $a+$b."<br />";echo $a-$b."<br />";echo $a*$b."<br 阅读全文

posted @ 2012-05-11 14:26 zhugw 阅读(94) 评论(0) 推荐(0)