2010年8月19日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package com.java.test;public class T { //类变量,静态变量public static String s="srx";public String s1="zf";public static void main(String args[]){ System.out.println("s=="+s) 阅读全文
posted @ 2010-08-19 09:38 snowdrop 阅读(393) 评论(0) 推荐(0)