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.
我想专门使用“条形码生成器”应用程序创建一个二维码。我想让它自动打开本地 pdf 或 doc。这个概念是有 10-15 个 QR 码,可以打开我平板电脑上的许多文档中的 1 个。可以使用什么代码或文本来实现这一点?
如果这完全可以通过跨平台的标准方式来实现,那将是通过像file:///path/to/doc1.pdfQR 码一样对 URL 进行编码。不能保证平台会遵守此 URL 并打开文件,但它可能会。
file:///path/to/doc1.pdf