时间和日期 getHour()、getDay() 等...在 Android 2.3 和 3.0 上仍然有效吗?
这些方法已被弃用...但是...仍然可以在 android 2.3 或 3.0 上使用吗?
我确信它们可以在 2.1 上工作,因为我在我的 Android 手机上测试了它,但也可以在 2.3 或 3.0 上工作?
these methods are deprecated... but... still work on android 2.3 or 3.0 ?
i'm sure they work on 2.1, cause i tested it on my android phone, but works also in 2.3 or 3.0 ?
这些方法不是特定于 android 的,而是在核心 java 类库中,并且自 1997 年左右的 JDK 1.1 起已被弃用。因此,它们一直保留到发布不兼容的 java 版本为止。
Those methods are not android-specific, but is in the core java class library and have been deprecated since JDK 1.1 from around 1997. So they remain until there is a non-compatible version of java released.