一、說明
1. 顯示檔案列表方法:
firebase.storage().ref().child("位置").listAll().then(function(res) {
res.items.forEach(function(itemRef) {
//顯示
});
}).catch(function(error) {
//顯示錯誤訊息
});
加入WebView.getSettings().setJavaScriptEnabled(true);
CookeManager.getCookie(url);