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.
我已经用谷歌搜索了两天,但我无法得到答案。
如何在 j2me 中获取文件(例如 mine.mp3)的属性/属性。我正在寻找正常的文件属性,例如名称、大小、修改日期和最重要的类型
您正在寻找的是J2ME 中的FileConnection类。本文档将提供有关您的要求的所有详细信息。
通过使用此类,您可以获取文件的属性,如fileSize()、getPath()、lastModified()等