php的if语句单行与多行
时间:2014-06-10 20:28:11
收藏:0
阅读:514
//正确: if(empty($a))$a=1 //错误写法 $b = if(empty($a))$a=1 //if前面不能带 等号
原文:http://www.cnblogs.com/wesky/p/3779477.html
评论(0)