如何触发另一个控件的事件?比如要点这个复选框时同时要触发另一个复选框的onclick事件,当然也要显示为已勾选状态[解决办法] <input type= "checkbox " onclick= 'document.getElementById( "otherchkid ").click() '>