示例#1
0
 public static function option($value = '')
 {
     $option = new HTMLObj('option', false);
     return $option->value($value);
 }