作者:大个子
点击:
回复:

人寿的打压盘来自何方

1:人寿的竞争对手联手利益方干的;2:超级机构压A股买H股;
function ForDight(Dight,How){ var Dight = Math.round (Dight*Math.pow(10,How))/Math.pow(10,How); return Dight; } function changeAgreeStyle(agree,against,topicid){ if(agree==0&&against==0)return; var id1="agreeTopic_"+topicid; var id2="againstTopic_"+topicid; var n1 = (agree/(agree+against))*100; var n2 = (against/(agree+against))*100; document.getElementById(id1).innerHTML=ForDight(n1,2)+"%("+agree+")"; document.getElementById("tup").style.width=ForDight(n1,2)*0.6+"px"; document.getElementById(id2).innerHTML=ForDight(n2,2)+"%("+against+")"; document.getElementById("tdown").style.width=ForDight(n2,2)*0.6+"px"; }
作者:大个子  2009-5-6 13:04:41  [回复此主题]