#1 zhgzzy
$.getJSON('shtan-plblog.html','plsay='+plsay+'&bid='+n,function(msg){
if(parseInt(msg)!=0){
$('saypl'+n).prepend(decodeURI(msg.message));//问题出现在这里: FF下可以输出中文 在IE下是null
$("plm"+n).show().html(msg.status);
$('plsay'+n).val('');
}else{
$("msgpl"+n).show().html('评论失败').fadeOut(2000);;
}
});
2011-03-15 14:24:59