会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
journey-of-dreams
博客园
首页
新随笔
联系
订阅
管理
2021年5月13日
ES6新增常用方法
摘要: 字符串新增方法 padStart、padEnd 如果原字符串不够指定长度,则会在左侧(右侧)填充字符串,用以补全 padStart( length: number, fillStr?: string ) padEnd( length: number, fillStr?: string ) 参数 是否
阅读全文
posted @ 2021-05-13 20:07 journey-of-dreams
阅读(844)
评论(0)
推荐(0)
公告