getContext().getContentResolver().insert(...); 1.getContext()是獲得一個上下文物件(Context),一般在四大元件中都會獲取上下文物件。 2.在Activity ...
確定! 回上一頁