interview-answe icon indicating copy to clipboard operation
interview-answe copied to clipboard

191.可复用代码块

Open webVueBlog opened this issue 5 years ago • 1 comments

[js]

webVueBlog avatar Apr 18 '20 13:04 webVueBlog

function sum(){
 do{
  count--;
 }while(count>0)
}

webVueBlog avatar Apr 18 '20 13:04 webVueBlog