深夜还在改代码,突然觉得我们团队的代码审查流程真的太重要了...每次看别人写的代码都能学到新东西
function hello() {
console.log("hello world");
}
登录/注册