首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Java的Unicode跟codePoint

2012-12-19 
Java的Unicode和codePoint/* * To change this template, choose Tools | Templates * and open the templ

Java的Unicode和codePoint

/* * To change this template, choose Tools | Templates * and open the template in the editor. */package sortandcollections;import java.util.ArrayList;import java.util.List;import java.util.TreeSet;/** * * @author Lowitty */public class SortAndCollections {    /**     * @param args the command line arguments     */    public static void main(String[] args) {//        // TODO code application logic here//        char d = 0x0041;//        String s3 = " 

热点排行