function show(){$('.edit_area').html('需要发送的字');$(".edit_area").trigger($.Event("keydown", { keyCode: 13,ctrlKey: true})) ...
確定! 回上一頁