为了账号安全,请及时绑定邮箱和手机立即绑定

学node时,看到一句代码有点不大理解?

学node时,看到一句代码有点不大理解?

繁花不似锦 2018-10-10 09:21:47
while后不加大括号,甚至加了一个分号,这种写法是什么意思?为什么不会报错呢?源码:function start() {  console.log("Request handler 'start' was called.");  function sleep(seconds) {       var startTime=new Date().getTime();      while(new Date().getTime()<startTime+seconds);//这句   }   sleep(10000);  return 'hello Start'; }function upload() {  console.log("Request handler 'upload' was called.");  return 'Hello Upload'; } exports.start = start; exports.upload = upload;
查看完整描述

1 回答

?
ABOUTYOU

TA贡献1812条经验 获得超5个赞

相当于while(new Date().getTime()<startTime+seconds){}吧;


查看完整回答
反对 回复 2018-11-06
  • 1 回答
  • 0 关注
  • 421 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信