properties such as checked, disabled, or selected. This will remove the property completely and, once removed, cannot be added again to element. Use.prop() to set these properties to false instead. 注意: 請不要用removeProp( )這個方去移除原生的 屬性,ex: checked , disabled, selected,他 會完全的移除這些屬性,一旦移除了,就不 能再被指派使用在元素中。改用prop( )方法 將這些property設定為false