$("#Boxx").keyup(function(event) { var stt = $(this).val(); $("div").text(stt); });
按下该键时发生按键,并且您希望在释放该键时传输文本.