getLocales().get(0); } else { locale = getResources().getConfiguration().locale; } //或者仅仅使用locale = Locale.getDefault(); 不需要考虑 ...
確定! 回上一頁