java中“/0”含义
摘要:
public class Test { public static void main(String[] args) { // 正常情况下,对这个0,tp中储的是其对应的ASCII码48 char tp = '0'; System.out.println((int) tp); // 加了\表示后面的0是一个转义字符,要作特殊处... 阅读全文
posted @ 2015-05-05 11:04 Neil_Ling 阅读(4495) 评论(0) 推荐(0)
浙公网安备 33010602011771号