run(() => { const event = $.Event('keyup'); event.which = 13; event.keyCode = 13; this.$('.my-input').focus(); this.$(' ...
確定! 回上一頁