标签: typescript
我正在对文件键入脚本,以在js文件中查找错误并获取错误:
1
这是.ts文件的前两行。我需要定义出口吗?如果可以,怎么办?
if (e.keyCode === 13 && $(this).closest("tr").is(":last-child")) { addNewRow(); }