文章列表
java采用jxl写入一个Excel文件
- 博客分类:
- java基础教程
jxl写入一个excel文件。
读取方面请看下面相关链接,上一遍是关于读取excel的。
package com.javaer.file;
import java.io.File;
import
我们来使用java的数组的例子,来学习一下java的数组使用。
now we use arry. we use string to learn array.
of course you can use int type in array.
for example:
int[] stu = new int[2]
/**
java-er.com
learn java is so easy
*/
import java.util.*;
public class JavaArray
{
public static void main(String[] args){
String[] arr ...