⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testnewmeta.java

📁 一个JAVA写的连连看游戏,非常不错,是学习JAVA的好资料,值得下载
💻 JAVA
字号:
/*
 * Created on 2005-3-22
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package jcase.lianliankan;

import junit.framework.TestCase;

/**
 * @author javacat
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class TestNewMeta extends TestCase {

	/**
	 * 
	 */
	public TestNewMeta() {
		super();
		// TODO Auto-generated constructor stub
	}
	/**
	 * @param arg0
	 */
	public TestNewMeta(String arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}
	public static void main(String[] args) {
		junit.textui.TestRunner.run(TestNewMeta.class);
	}
	
	public void testNewChar(){
		char[] mm = new char[10];
		for(int i=0;i<mm.length;i++){
			System.out.println((int)mm[i]);
		}
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -