我的html文件上有一个复选框.
<input id="is3dCheckBox" type="checkbox" checked="checked" />
如果选中此复选框,我想在.ts文件中知道. 在我获得此元素以进行检查后应该进行什么演员表?
typescript
typescript ×1