摘要: String str ="123"; double ty=Double.valueOf(str); System.out.println(ty); double ty1=Double.max(1, 2); double ty2=Double.parseDouble(str); System.out. 阅读全文
posted @ 2020-06-09 14:20 Money131 阅读(2271) 评论(0) 推荐(0)