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.
我正在使用 Android ZBar 库扫描条形码并将其返回。目前我可以检索字符串,所以我想知道是否有人知道如何在扫描时返回条形码本身的格式?
提前致谢。
好的,我知道了。它只是在您的 Symbol 上调用 getType() 方法。从扫描仪结果返回的 SymbolSet 中检索 Symbol 对象后,只需调用:
yourSymbol.getType();