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