摘要: UI组件 框架 element - 饿了么出品的Vue2的web UI工具套件 mint-ui - Vue 2的移动UI元素 iview - 基于 Vuejs 的开源 UI 组件库 Keen-UI - 轻量级的基本UI组件合集 vue-material - 通过Vue Material和Vue 2建 阅读全文
posted @ 2020-02-12 21:11 hzh666 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 检查数组是否包含某个值的方法 使用List public static boolean useList(String[] arr, String targetValue) { return Arrays.asList(arr).contains(targetValue); } 使用Set publi 阅读全文
posted @ 2020-02-12 16:24 hzh666 阅读(17482) 评论(0) 推荐(1) 编辑