我想检索存储在设备上的照片库中的媒体的时间戳。我找到了一个solution,但var app = app || {};
(function(window){
'use strict';
app.ENTER_KEY = 13;
app.ESC_KEY = 27;
// Define the extra properties needed for your view:
app.name = m.prop( '' )
app.password = m.prop( '' )
app.submit = function(){
// ...
}
m.route.mode = "hash";
m.route(document.getElementById('MitApp'), '/', {
"/":app,
"/:filter":app
});
})(window);
的内容在iOS 9.0及更高版本中已弃用。我想使用ALAssetLibrary
框架这样做。请帮忙。
答案 0 :(得分:0)
以下是完整的答案:
stdClass1