摘要: package stug; public class sdf { public static void main(String[] args) { char a = 'A'; System.out.println((char)(a + 32));//强制转换成char型 } } package st 阅读全文
posted @ 2020-03-19 12:16 我的白菜 阅读(54) 评论(0) 推荐(0)