已有101人关注
程序不知道该填写什么包,比如下面的代码,该在引入类的时候填写什么包
发表在Java图书答疑 2013-11-16
是否精华
版块置顶:
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;

public class Test {
public static void main(String[] argc) {
URL url = null;
FileOutputStream fos = null;
InputStream is;
try {
for (int i = 0; i < 1; i++) {
url = new URL("http://www.phpchina.com/");
byte bytes[] = new byte[1024 * 1000];
int index = 0;
is = url.openStream();
int count = is.read(bytes, index, 1024 * 100);
while (count != -1) {
index += count;
count = is.read(bytes, index, 1);
}
fos = new FileOutputStream("phpchina.html");
System.out.println(index);
fos.write(bytes, 0, index);
is.close();
fos.close();
}
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
}
分享到:
精彩评论 1
无语_mrkj
学分:3155 LV11
2013-11-18
沙发
一种简单的方法就是在Eclipse中,使用快捷键Ctrl+Shift+O,Eclipse中会自动导入所需要的包。
如果不用这种方法,那么就需要您对Java的基础知识掌握非常牢固,或者查看Java API。
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照