Ⅰ php如何获取当前二级域名
$domain="gl.aaa.com";$n=preg_match('/(.*.)?w+.w+$/',$domain,$matches);print_r($matches);