永远都不会有返回的函数:
1、函数抛出异常
function a () {
throw TypeError('this is a error')
}
2、永远执行下去的函数
function b() {
while(true) {
// todo
}
}
永远都不会有返回的函数:
1、函数抛出异常
function a () {
throw TypeError('this is a error')
}
2、永远执行下去的函数
function b() {
while(true) {
// todo
}
}
本文标题:TypeScript nerver 函数
本文链接:https://www.haomeiwen.com/subject/ibhguhtx.html
网友评论