How can I get to Hefei passenger transport center station
bus line: No.331 → line 2 → line 4, the whole journey is about 32.6km
1. Walk about 120m from Huaguoshan building to Huaguoshan station
2. Take No.331, pass by 2 stations, and reach Shuiwan subway station (also take no.k204, M400, N1)
3. Walk about 120m to Shuiwan station
4. Take No.2, pass by 18 stations, Reach the citizen center station
5, walk about 200 meters, transfer to line 4
6, take line 4, pass 6 stops, and arrive at Shenzhen North Station
I hope I can help you. Please adopt. Your adoption will be the driving force of my answer. Thank you
Shenzhen railway station = = = = = = Shekou Huaguo Mountain
line 1:
start from the west square of the railway station, take k548 bus to go down (West square of the railway station - Xixiang wharf terminus), transfer to k113 bus to Shangsha bus to go up (wushigu terminus of Changling village - Shekou wharf), and arrive at the investment promotion and development center.
about 25.11km
line 3:
start from the railway station, take 337 bus to go down (railway station - pastoral scenery), Take k113 bus at houhaili interchange (wushigu terminal Shekou Wharf in Changling Village) to reach the investment development center.
about 26.67 km.
it takes about an hour.
are you satisfied with my answer~~
<script>
function outputMoney(number)
{
number=number.replace(/,/g,"");
if (number=="") return "";
if(number<0)
return '-'+outputDollars(Math.floor(Math.abs(number)-0) + '') + outputCents(Math.abs(number) - 0);
else
return outputDollars(Math.floor(number-0) + '') + outputCents(number - 0);
}
function outputDollars(number)
{
if (number.length<= 3)
return (number == '' ? '0' : number);
else
{
var mod = number.length%3;
var output = (mod == 0 ? '' : (number.substring(0,mod)));
for (i=0 ; i< Math.floor(number.length/3) ; i++)
{
if ((mod ==0) && (i ==0))
output+= number.substring(mod+3*i,mod+3*i+3);
else
output+= ',' + number.substring(mod+3*i,mod+3*i+3);
}
return (output);
}
}
function outputCents(amount)
{
amount = Math.round( ( (amount) - Math.floor(amount) ) *100);
return (amount<10 ? '.0' + amount : '.' + amount);
}
</script>
补充:JavaScript一种直译式脚本语言,是一种动态类型、弱类型、基于原型的语言,内置支持类型它的解释器被称为JavaScript引擎,为浏览器的一部分,广泛用于客户端的脚本语言,最早是在HTML标准通用标记语言下的一个应用网页上使用,用来给HTML网页增加动态功能

filters can be added to expressions and instructions with a pipe character (|)
angularjs filters can be used to convert data:
currency formats numbers into currency formats
filter selects a subset of array items
lowercase formats the string as lowercase
orderby arranges arrays according to an expression
uppercase formats the string in uppercase
1. Add filter to expression
filter can be added to expression through a pipe character (|) and a filter
the uppercase filter formats the string as uppercase:
angularjs instance
& lt; div ng-app=" myApp" ng-controller=" personCtrl"& gt;< br />
< p> The name is {{LastName | uppercase}} & lt/ p>< br />
</ div><
2. Lowercase filter formats strings as lowercase:
angularjs instance
& lt; div ng-app=" myApp" ng-controller=" personCtrl"& gt;< br />
< p> The name is {{LastName | lowercase}} & lt/ p>< br />
</ div>
< input type=" text" id=" txt" onkeyup=" check1(this)"/& gt;< br /> 例子2
< input type=" text" id=" txt" onkeyup=" check2(this)"/& gt;< br /> < div id=" d"& gt;& lt;/ div>< br /></ body>< br />< script language = " javascript"& gt;< br />var txt = document.getElementById(" txt");< br />var p1 = /[^\ .]/ g;< br />var p2 = /(\. 92? d{2})\ d*$/g;< br />var p3 = /(\ d{3})\ 1*/g;< br />var p4 = /(\.)( 92? (d*)\ 1/g;< br />
function check1(o) {
o.value = o.value.replace(p1, "& “;). replace(p2, "$ 1"). replace(p4,"$ 1$2");< br />}
function check2(o) {
check1(o)
o.value = fmoney(o.value)
}
function fmoney(s) {
var flag;< br /> var arr = s.split(".& ";);< br /> var l = arr[0].split("& “;). reverse();< br /> var t = "& quot;< br /> for (i = 0; i < l.length; i++) {
/ += l[i] + ((i + 1) %3 == 0 &&& (i + 1) != I.length ? " ",& quot; : & "" ";);< br /> }
if (arr.length == 2) return t.split("& “;). reverse().join("& ") + " ". quot; + arr[1];< br /> else return t.split("& “;). reverse().join("& ";);< br />}
</ script>< br /></ html>< br />[UNK][UNK]请见
http://hi..com/bing2liuliu/blog/item/c5489aeb2b8505d8d439c931.html
