94){
c_content_end=CmsgList[i].m_content.substring(0,94)+"…"
}
/* CmsgList[i].m_content=substr(CmsgList[i].m_content,40)
if ( CmsgList[i].m_content.length > 100 )
CmsgList[i].m_content =CmsgList[i].m_content + "……";
c_content_end=CmsgList[i].m_content
*/
comment_html=comment_html+"" + CmsgList[i].m_user + " " + CmsgList[i].m_datetime + "
" + c_content_end +"
";
}
document.getElementById("comment").innerHTML = comment_html;
document.getElementById("comment_t_show1").innerHTML = '欢迎发表评论';
if(Count.c_count!="" && Count.c_count!=0){
document.getElementById("comment_t_show1").innerHTML = '已有'+Count.c_count+'条评论';
document.getElementById("comment_t_show2").innerHTML = '';
}
}
}
//comment_show("comment");