getContext().getContentResolver().insert(...); 1.getContext()是获得一个上下文对象(Context),一般在四大组件中都会获取上下文对象。 2.在Activity ...
確定! 回上一頁