摘要: String.split() String pronunciation = "zhī jǐn huí wén"; String[] pronunciationArray = pronunciation.split(" "); 阅读全文
posted @ 2022-03-15 18:14 指切 阅读(452) 评论(0) 推荐(0) 编辑
摘要: app级build.gradle添加 // 加载图片 implementation 'com.github.bumptech.glide:glide:4.11.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' // 阅读全文
posted @ 2022-03-15 18:00 指切 阅读(1270) 评论(0) 推荐(0) 编辑