-1

当 iphone 连接到 pc 时,我想从我的 Java 应用程序中的 iPhone 文件夹中获取照片。但是我没有任何帮助?请建议我一些想法来完成这项任务。我搜索了很多,但找不到有用的方法来完成这项任务。

谢谢

4

1 回答 1

0

the code new File("Apple IPhone") will not open your iphone's storage - you need to find a java API which can talk to the phone via itunes (this probably does not exist). File class in java is used to access the PC's local storage e.g. new File("c://windows") will create a reference to the 'windows' folder in c: drive

于 2013-06-21T08:42:07.643 回答