跳到主要内容

1 篇文档带有标签「eg1」

查看所有标签

时间复杂度

javascript function print() { for (let i = 0; i < n; i++) { // n次 console.log(i); // n次 } }