标签:style static col span 统计 ati fun func nbsp
//统计 public static function is_set_or_plus(&$val,$num){ if(!isset($val)) { $val= 0; } $val+=$num; } //赋值 public static function is_set_or_no(&$val,$value){ if(!isset($val)) { $val= $value; } }
标签:style static col span 统计 ati fun func nbsp
原文地址:http://www.cnblogs.com/tystudy/p/7543607.html