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.
我有一个要在商店中使用的应用程序,员工需要读取商品的条形码并将其详细信息显示在屏幕上。该应用程序将在 ASP.NET 中构建。
这是可行的吗?我需要第三方库吗?像 ASP.NET 这样的服务器端可以读取客户端条形码吗?
谢谢
条形码阅读器通常在系统中作为键盘可见,因此在您的应用程序中拥有一个文本字段就足够了 - 用户只需扫描代码,同时专注于该文本字段。
如果您想与读者进行更直接的联系,则需要一些ActiveX驱动程序才能通过浏览器客户端代码访问。