摘要: 一.纠错 1、设计一段程序,输出一个数字字符转成字符中的数字,例如 '0'需要输出数字0 public class Variable4 { public static void main(String[] args) { char a = '9'; int num = a - '0'; System 阅读全文
posted @ 2020-02-12 20:27 小白博客员 阅读(162) 评论(0) 推荐(0)