/** * 为字符串添加分隔符(从前到后添加) */ export default function add_spliter(str: string, step: number, spliter: string): string;