我有一个phonegap照片库应用程序,可以选择将图像下载到设备。目前,我可以将图像保存到设备的SDCard中,但它们不会显示在设备的照片库/图库应用程序中。这是我使用的代码:varremoteFile=encodeURI($("#imageView_content").find("img").attr("src"));varlocalFileName=remoteFile.substring(remoteFile.lastIndexOf('/')+1);vardownloadSuccess=function(){alert("Downloadsucessful!\nFileSaved