摘要: 1 package com.lzc.test; 2 3 4 public class Main 5 { 6 public static void main(String[] args) 7 { 8 // 定义一些变量,用来格式化输出。 9 double d = 345.678; 10 ... 阅读全文
posted @ 2017-03-07 18:44 Kmily_Lee 阅读(8373) 评论(1) 推荐(1) 编辑