function name_area(ccc){ if(ccc.checked){ document.getElementById("name_area").style.display='none'; writeCookie('nameshow',1,720) }else{ document.getElementById("name_area").style.display=''; writeCookie('nameshow',0,720) } } function readCookie(name){ var cookieValue = ""; var search = name + "="; if(document.cookie.length > 0){ offset = document.cookie.indexOf(search); if (offset != -1){ offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; cookieValue = unescape(document.cookie.substring(offset, end)) } } return cookieValue; } function writeCookie(name, value, hours){ var expire = ""; var domain = "; path=/; domain=.hangzhou.com.cn"; if(hours != null){ expire = new Date((new Date()).getTime() + hours * 3600000); expire = "; expires=" + expire.toGMTString(); } document.cookie = name + "=" + escape(value) + expire + domain; } function comcheck(frm){ if(frm.content.value==''){ alert("请输入评论类容!"); frm.content.focus(); return false; } if(frm.niming.checked===false && frm.name.value==''){ alert("请输入昵称,或者勾选匿名发表!"); frm.name.focus(); return false; }else{ writeCookie('namecom',frm.name.value,720); } return true; } function byteLength (sStr) { aMatch = sStr.match(/[^\x00-\x80]/g); return (sStr.length + (! aMatch ? 0 : aMatch.length)); } function getStrbylen(str, len) { var num = 0; var strlen = 0; var newstr = ""; var laststrlen = 1; var obj_value_arr = str.split(""); for(var i = 0; i < obj_value_arr.length; i ++) { if(i < len && num + byteLength(obj_value_arr[i]) <= len) { num += byteLength(obj_value_arr[i]); strlen = i + 1; } } if(str.length > strlen) { if(byteLength(str.charAt(strlen-1)) == 1){ laststrlen = 2; } newstr = str.substr(0, strlen-laststrlen) + '…'; } else { newstr = str; } return newstr; } function textCounter(obj, maxlimit) { var len = strLen(obj.value); if(len > maxlimit) { obj.value = getStrbylen(obj.value, maxlimit); alert("最多"+maxlimit+"个字节"); } } function strLen(str) { var charset = document.charset; var len = 0; for(var i = 0; i < str.length; i++) { len += str.charCodeAt(i) < 0 || str.charCodeAt(i) > 255 ? (charset == "utf-8" ? 3 : 2) : 1; } return len; } document.write(''); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write('

网友提问选登

'); document.write('

所有发帖(已有10位网友发帖)

'); document.write('
'); document.write('
'); document.write('
'); document.write('

关心停车场的市民 2011-05-05 20:54:24

'); document.write('
杭州拱北公交汽车总站停车库现在变成了某驾校训练场地。市,区领导知道吗?
'); document.write('
'); document.write('
'); document.write('

米粒 2011-05-04 16:20:29

'); document.write('
有的小区地上停车位很便宜,而地下停车库却贵出好几倍,太不公平。
'); document.write('
'); document.write('
'); document.write('

停车场 2011-05-04 16:18:43

'); document.write('
停车位建好了要注重后期的管理啊,不少停车场现在都很混乱,出入口都没有指示,很容易发生事故啊。
'); document.write('
'); document.write('
'); document.write('

停车收费 2011-05-04 16:17:10

'); document.write('
车位建好后,停车收费价格能否再改进?现在中心区6元的收费标准有点高啊
'); document.write('
'); document.write('
'); document.write('

面巾纸 2011-04-29 16:52:16

'); document.write('
希望尽早看到规划落地,百姓心里的石头也就能落地了。
'); document.write('
'); document.write('
'); document.write('

延安路停车 2011-04-29 13:51:13

'); document.write('
听说延安路建好了路面上都不能停车,那车子停到哪里去呀?
'); document.write('
'); document.write('
'); document.write('

嘟嘟熊 2011-04-29 12:50:32

'); document.write('
老城区里地方小,但车却一点都不少,停车的问题很难解决啊。
'); document.write('
'); document.write('
'); document.write('

天狼 2011-04-29 10:14:39

'); document.write('
赶紧建吧,车位增加的速度远远赶不上新增加的车呀。
'); document.write('
'); document.write('
'); document.write('

皮皮 2011-04-29 09:48:58

'); document.write('
具体什么时候开工建设啊?
'); document.write('
'); document.write('
'); document.write('

杭州网网友 2011-04-29 09:35:02

'); document.write('
政府解决停车难的出发点是好的,比如说在三里新城中央公园下面建停车场,可是有两个问题需要给出解释:一是动用全体纳税人的钱为少部分人修建停车位是否合适?这部分人本来可以购买车库或车位来解决一部分或者说根本就不需要买车,因为车毕竟不像房子是生活的必须品,交通出行有很多方式?杭州这样做到底是要让少数富裕阶层满意还是让全体百姓满意?二是假设像在三里新城中央公园下面建停车场的行为势必对周围居民的生活和出行造成影响和带来很大的不变,我不想只看到施工单位打出的“施工给你带来的不变请你谅解”这样不疼不痒的口号,而是确实需要给我们补偿!因为这里有停车场并不会给我这样普通的老百姓带来什么好处,为什么要以我的牺牲换来别人的幸福?
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
选登 10 条 显示 1 - 101
'); document.write('
'); document.write('

'); document.write('所有发帖(已有10位网友发帖)'); document.write('

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write('
'); var nameshow = readCookie('nameshow'); if(nameshow==1){ document.getElementById("name_area").style.display='none'; document.comfrm.niming.checked=true; }else{ if(document.getElementById("name_area")){ document.getElementById("name_area").style.display=''; } } var namecom = readCookie('namecom'); if(namecom){ document.comfrm.name.value=namecom; //document.comfrm.name.readOnly=true; //document.getElementById("niming_area").style.display='none'; } function getpage(page){ var news_id=1156; // $("#comment_list").load("https://web.hangzhou.com.cn/comment/ajax/index.php?action=getpage&news_id="+news_id+"&page="+page+"&i="+Math.random(),function(){$(this).fadeIn();}); // parent.document.getElementById("hzcomment").src="https://web.hangzhou.com.cn/comment/index.php?news_id=1156&page="+page; //alert(parent.document.getElementById("hzcomment").src) $.getJSON("https://web.hangzhou.com.cn/comment/ajax/index.php?action=getpage&news_id="+news_id+"&page="+page+"&jsoncallback=?",{bian:"是"}, function(json){ //alert(json.pagelist) $("#comment_list").html(json.infolist); $("#page_area").html(json.pagelist); }) }