监听键盘Enter,keydown事件不走,只能默认进click事件创建一个button,Button的keydown事件如果按Enter等重要键的时候都会直接越过,默认成Click事件怎么取消默认,然后进入keydown事件呢?[解决办法]PreviewKeyDown事件