摘要:
统计总数示例: select a.卫生院顺序号,count(a.ID) as 体检总数, count(case when a.是否高血压='是' then 1 else null end)as 高血压总数, count(case when a.是否糖尿病='是' then 1 else null e 阅读全文
摘要:
//$(".comment_txt").each(function(){ var len=$('#text').text().length; if(len>75){ var str=""; str=$('#text').text().substr(0,75)+"…<span>全文</span>";/ 阅读全文