# formatStr

formatStr 将字符串切成长度为2的字符串

# 代码演示

# Demo

import { formatStr } from 'm-utilsdk/index';

formatStr(aa55);  //==>aa,55