Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用扫描仪扫描条形码后,我想将焦点更改为下一个文本框
所以这个条形码扫描仪会调用 keyup 之类的关键事件,以便我可以检查条形码的长度以确定条形码是否输入并将焦点转移到另一个文本框以扫描另一个 barocde ...。
请帮我
你为什么不试试?在您的文本框中添加一个按键监听器并输出按键事件。