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.
我想防止在用户单击打开时将多个文件 ID 发送到我的应用程序...
或者我希望在选择多个文件时将我的应用程序从打开状态中删除。
类似于选择多个原生 Google 文档。
如何才能做到这一点?
您目前无法执行此操作。你能做的最好的就是在你最后处理它。这可以通过在发送多选时引发错误或打开第一个文件并警告用户来实现。