标签:style blog color div sp log html c htm
不管遍历几次正则表达式的规则,我都不能快速的写出一个来,
还是把每次用到的正则都记录下来吧:
//截取签820个英文字符,并用正则表达式替换尾部三位成...
$(".text_wrap")[0].innerHTML=$(".text_wrap")[0].innerHTML.substr(0,820).replace(/(\s)*([a-zA-Z0-9]+|\W)(\.\.\.)?$/, "...");
标签:style blog color div sp log html c htm
原文地址:http://www.cnblogs.com/haimingpro/p/3957934.html