给定一个人以大写字母转换为小写

package kljjjj;

public class kljjjjj {
    public static void main(String[] args) {    
        char a ='A';
        System.out.println((char)( a+ 32));
    }
}
原文地址:https://www.cnblogs.com/527x/p/12523420.html