测试文章,请忽略

18 阅读1分钟

javascript for (var i=0; i<100; i++) { console.log("hello world" + i); } ​