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.
我开发了一个需要从用户读取数据文件的小程序。我让用户在小程序外部选择文件并将其上传,然后将文件的副本移动到小程序文件夹,以便我可以使用只有沙盒安全性的小程序访问它。我的问题源于我在多台主机上运行小程序。如何确定下载此小程序的正确主机,以便连接到正确的主机以获取正确的数据文件?
请参阅Applet.getCodeBase()&getDocumentBase()方法。
Applet.getCodeBase()
getDocumentBase()