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