03 2021 档案

摘要://API 21之前使用 @Override public WebResourceResponse shouldInterceptRequest(WebView view, String url) { return addLocationAssets(url); } //API 21之后使用 @Su 阅读全文
posted @ 2021-03-23 18:05 张亚楠 阅读(313) 评论(0) 推荐(0) 编辑
摘要:一、property作用: 1、自动生成私有属性 2、自动生成这个属性的getter和setter方法的声明; 3、自动生成这个属性的getter和setter方法的实现; 注意:生成的setter方法的实现中,无论是什么类型,都是直接赋值 二、property参数: 1、property是可以带参 阅读全文
posted @ 2021-03-17 16:36 张亚楠 阅读(799) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示