什么时候使用打字稿,vs告诉我HTMLElment将没有提交属性.
document.getElementById('case_form').submit();
我如何form.submit()在打字稿文件中使用?
form.submit()
typescript
typescript ×1