示例#1
0
文件: hq.php 项目: antixrist/HQuery
 static function matchOnce($arr)
 {
     return hq::multiMatch(hq::queryOnce(), $arr);
 }