@dfeidao/fd-an000014
v4.6.201909121731
Published
为不够长的字符长度前补0
Downloads
14
Maintainers
Readme
为不够长的字符长度前补0
Installation
yarn add --dev @dfeidao/fd-an000014Example
import an14 from '@dfeidao/fd-an000014';
an14('14', 6);
// 000014
an14('14', 6, 'x');
// xxxx14Attention
第三个参数只能传长度为1的字符串
