//检测字符串长度,一个中文为2个字节 function strLen(str){ var reallength; if(str=="" || str==null){ reallength=0; }else{ reallength=str.length; for(var i=0;i8000)reallength++; } } return reallength; } //字符串截取显示,显示前 num 个字符,后接省略号,一个中文为2个字节 function strShort(str,num){ var shortstring; if(strLen(str)<=num){ shortstring=str; }else{ shortstring=str; do{ shortstring=shortstring.substr(0,shortstring.length-1); }while(strLen(shortstring)>num-2); shortstring+=".."; } return shortstring; } var title="当代中学生诚信现状研究"; var url="http://txs.eol.cn/article_page.php?articleid=32223"; document.write("·"+strShort(title,22)+""); document.write("
"); var title="大学生,清明节你干什么?"; var url="http://txs.eol.cn/article_page.php?articleid=32004"; document.write("·"+strShort(title,22)+""); document.write("
"); var title="五年后,山东村村都有大学生"; var url="http://txs.eol.cn/article_page.php?articleid=31944"; document.write("·"+strShort(title,22)+""); document.write("
"); var title="高校学生干部工作方法研究"; var url="http://txs.eol.cn/article_page.php?articleid=31910"; document.write("·"+strShort(title,22)+""); document.write("
"); var title="从“伤人乎?不问马”叹时下人文之风的缺失"; var url="http://txs.eol.cn/article_page.php?articleid=31905"; document.write("·"+strShort(title,22)+""); document.write("
"); var title="市场营销专业学生党支部工作计划"; var url="http://txs.eol.cn/article_page.php?articleid=31853"; document.write("·"+strShort(title,22)+""); document.write("
"); var title="外联部工作指南"; var url="http://txs.eol.cn/article_page.php?articleid=31852"; document.write("·"+strShort(title,22)+""); document.write("
");