示例#1
0
 public static function a($url = '', $text = '')
 {
     $a = new HTMLObj('a', $text);
     return $a->href($url);
 }