会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
____chen
博客园
首页
新随笔
联系
管理
订阅
2022年6月9日
js 解决字符串中包含表情特殊字符按字节数限制截取;
摘要: 需求背景如下:群发朋友圈的网页title需要 限制64字节; formatterTitle(bytes: number, title: string): string { let len = 0;// 字节数 let str = '';// 处理的title // 由于特殊字符以及表情会占两个字符;
阅读全文
posted @ 2022-06-09 10:37 ____chen
阅读(449)
评论(0)
推荐(0)
编辑
公告