猿问

求解释一下这段js代码

var end = res.end ;
res.end = function(chunk, encoding)
{

res.end = end ;res.end(chunk, encoding );clearTimeout (timer);

};


慕雪6442864
浏览 548回答 1
1回答
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答