安卓获取网络北京时间的接口,有大神能提供一个么

安卓获取网络北京时间的接口,有大神能提供一个么,第1张

public static void main(String[] args) throws Exception {
URL url=new URL("http://wwwbjtimecn");//取得资源对象
URLConnection uc=urlopenConnection();//生成连接对象
ucconnect(); //发出连接
long ld=ucgetDate(); //取得网站日期时间
Date date=new Date(ld); //转换为标准时间对象
//分别取得时间中的小时,分钟和秒,并输出
Systemoutprint(dategetHours()+"时"+dategetMinutes()+"分"+dategetSeconds()+"秒");
}

以上就是关于安卓获取网络北京时间的接口,有大神提供一个么全部的内容,包括:安卓获取网络北京时间的接口,有大神能提供一个么、、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/9529975.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-29
下一篇 2023-04-29

发表评论

登录后才能评论

评论列表(0条)

保存