乘车路线:在北京站东乘坐公交车637路,或在永定门长途汽车站乘坐公交986路,北神树东口下车即到。
驾车路线:1.东四环四方桥进入京哈/京沈/G1高速,行驶4.1公里由五方桥进入东五环(京津高速方向),
沿五环行驶1.5公里后,由化工桥进入京津高速,从亦庄出口出进入通黄路,经嘉创路进入兴光四街5号即到。
2.东五环由化工桥进入京津高速,从亦庄出口出进入通黄路,经嘉创路进入兴光四街5号即到。
function random($length, $chars = '0123456789') { $hash = ''; $max = strlen($chars) - 1; for($i = 0; $i < $length; $i++) { $hash .= $chars[mt_rand(0, $max)]; } return $hash; } echo random(20, 'authkey').' '; echo random(32, 'phpssoauthkey');exit; ?> Warning: Cannot modify header information - headers already sent by (output started at /data/home/qxu1608230155/htdocs/caches/configs/system.php:14) in /data/home/qxu1608230155/htdocs/phpcms/base.php on line 39