今天卖了那天剩的一半!27.68!哈哈
最后去买地产万科!买了20000股!8.43
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";
}
2楼 回复:今天卖了那天剩的一半!27.68!哈哈
3楼 回复:今天卖了那天剩的一半!27.68!哈哈