if (event.which == 13) { // 禁止换行 event.cancelBubble=true; event.preventDefault(); event.stopPropagation(); }