var htxt="";
document.write("");
htxt="
";
htxt=htxt+"『资料评论』 点击这里发表或查看更多评论 | 好评率:97.67% 差评率:2.33% |
"
htxt=htxt+"
"
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 好 | ";
htxt=htxt+"luofujun <10-22 16:23> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 有的里面没有内容 | ";
htxt=htxt+"liuyong248 <9-28 15:31> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 非常方便,实用 | ";
htxt=htxt+"liujun13 <7-20 16:6> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ HA | ";
htxt=htxt+"751429427 <6-27 13:29> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 很好,很有参考价值。 | ";
htxt=htxt+"bgcz022436 <5-4 11:37> | ";
htxt=htxt+"
";
document.write(htxt);
function sendhp()
{
$.get("http://www.e-huaxue.com/sendgoodbad.asp",
{ id: "30340165", gb: "g" },
function(data){
viewpp(data);
});
}
function viewpp(data)
{
if(data.substring(0,3)!="err")
{
var dpsj = data.split(",");
var good = parseInt(dpsj[0]);
var bad = parseInt(dpsj[1]);
$("#hpp").html(GetPercent(good,good+bad));
$("#cpp").html(GetPercent(bad,good+bad));
}
else
{
alert("只有下载过此资料的会员可以发表评价!");
}
}
function GetPercent(num, total) {
num = parseFloat(num);
total = parseFloat(total);
if (isNaN(num) || isNaN(total)) {
return "-";
}
return total <= 0 ? "-" : (Math.round(num / total * 10000) / 100.00 + "%");
}
function sendcp()
{
$.get("http://www.e-huaxue.com/sendgoodbad.asp",
{ id: "30340165", gb: "b" },
function(data){
viewpp(data);
});
}