var htxt="";
document.write("");
htxt="
"
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 答案呢 | ";
htxt=htxt+"qifeng <7-13 17:25> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 没有答案 | ";
htxt=htxt+"lemontrree <6-21 9:44> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 很棒 | ";
htxt=htxt+"hebei158 <6-7 19:29> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 说好的有答案,却没有 | ";
htxt=htxt+"chenlimei123 <5-9 16:48> | ";
htxt=htxt+"
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+" □ 扫描很清晰,但是没有答案 | ";
htxt=htxt+"3329443156 <4-30 21:37> | ";
htxt=htxt+"
";
document.write(htxt);
function sendhp()
{
$.get("http://www.e-huaxue.com/sendgoodbad.asp",
{ id: "30366923", 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: "30366923", gb: "b" },
function(data){
viewpp(data);
});
}