formatStr 将字符串切成长度为2的字符串
import { formatStr } from 'm-utilsdk/index'; formatStr(aa55); //==>aa,55
← getRandomInt concatUint8Array →