编辑代码

function a() {
    let str = ''
	for (let i = 0; i < 2000; i++) {
		str+='111111111111111111111111111111111111111111111111111111111121111.1111111111111111111111111111111111121.'+i+'\n';
	}
    console.log(str);
}
a();