本文共 163 字,大约阅读时间需要 1 分钟。
function limitWords(txt){ var str = txt; str = str.substr(0,200) + '...'; return str; }复制代码
转载地址:http://futwo.baihongyu.com/