04 2022 档案

摘要:作者:beetlebum链接:https://www.jianshu.com/p/259d35eef3f1 阅读全文
posted @ 2022-04-14 14:57 恋人星 阅读(127) 评论(0) 推荐(0)
摘要:直接再计算属性中得到想要的data属性: 比如获取不到 this.$route.path,可以使用以下方法: computed:{ getCurrentPath: function (){ return '/project' + this.$route.path } 阅读全文
posted @ 2022-04-14 14:57 恋人星 阅读(1713) 评论(0) 推荐(0)
摘要:getIdentifier(String name, String defType, String defPackage ) name:表示资源文件的名称(不带后缀名),不可以为空, defType:资源文件所在的文件夹:drawable,mipmap… defPackage:包名,context. 阅读全文
posted @ 2022-04-14 14:57 恋人星 阅读(725) 评论(0) 推荐(0)
摘要:转载 郭霖Android应用图标微技巧,8.0系统中应用图标的适配 阅读全文
posted @ 2022-04-14 14:56 恋人星 阅读(42) 评论(0) 推荐(0)