摘要: 今天介绍团队项目中的一些费时间需要解决的点。 因为是新闻app,所以详情页面需要美观,所以就要使用webview。 然后介绍一下我的方法: web=findViewById(R.id.web); Intent intent = this.getIntent(); Bean bean=(Bean) i 阅读全文
posted @ 2021-05-17 20:22 哦心有 阅读(19) 评论(0) 推荐(0)