Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java SE 综合讨论区
» 实战错误讨论
打印话题 寄给朋友 订阅主题 |
作者 | 菜鸟的困惑 (incompatible types; array required; foreach not applicable) |
cory
发贴: 4 积分: 0 |
于 2005-05-10 19:30
请尽量用准确的文字描述作为标题 consider cut-n-pasting rather than attaching an image String[] greeting = new String[3]; 最近机子老出现一些莫名其妙的问题,连非常的简单的显示字符串数组的程序都会出现无数错,比如: public class Welcome { public static void main(String[] args) { String greeting = new String[3]; greeting[0]= "dsfjksdjfksdj"; greeting[1]= "dsfjksdjfksdj"; greeting[2]= "dsfjksdjfksdj"; for(String g : greeting) System.out.println(g); } }都会有错,请同志们快帮帮我吧!
why edited on 2005-05-10 20:44
Windows环境下的tomcat + apache配置(绝对实践操作版) |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
8855 | 菜鸟的困惑 (incompatible types; array required; foreach not applicable) | cory | 528 | 2005-05-10 19:30 |
7822 | Re:菜鸟的困惑 | undefined | 320 | 2005-05-10 20:17 |
7218 | Re:菜鸟的困惑 | cory | 69 | 2005-05-10 22:02 |
7357 | Re:菜鸟的困惑 (incompatible types; array required; foreach not applicable) | cory | 20 | 2005-05-10 22:03 |
7640 | Re:菜鸟的困惑 (incompatible types; array required; foreach not applicable) | why | 379 | 2005-05-11 00:48 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |