摘要:
Version 28 (intended for Android Pie and below) is the last version of the legacy support library, so we recommend that you migrate to AndroidX librar 阅读全文
摘要:
需求背景: 问题:后端传过来字符串类型的价格数据,比如11.02元,12元、13.3元等,需要这样展示,就是出现0元的时候,就直接显示0元,而不是显示0.00元 解决:使用 @Test() fun test8(){ val dec = 0.00 val df1 = DecimalFormat("#% 阅读全文