03 2021 档案
摘要://API 21之前使用 @Override public WebResourceResponse shouldInterceptRequest(WebView view, String url) { return addLocationAssets(url); } //API 21之后使用 @Su
阅读全文
摘要:一、property作用: 1、自动生成私有属性 2、自动生成这个属性的getter和setter方法的声明; 3、自动生成这个属性的getter和setter方法的实现; 注意:生成的setter方法的实现中,无论是什么类型,都是直接赋值 二、property参数: 1、property是可以带参
阅读全文