how to write setTimeout with params by Coffeescript

前端 未结 6 1067
轮回少年
轮回少年 2020-12-12 10:38

Please tell me how to write javascript below in coffeescript.

setTimeout(function(){
    something(param);
}, 1000);
6条回答
提交回复
热议问题