调用相册
2023-01-24 09:16:15 最后更新
sit(a, "action", "android.intent.action.GET_CONTENT")
sit(a, "type", "image/*")
uit(a, "chooser", "调用相册")
//回调结果可在回调事件里调用,有点缺陷。