c#定义字符串数组{“oh”, “my”, “god”},并使用foreach遍历

 我来答
muradil1988
2012-03-31
知道答主
回答量:8
采纳率:0%
帮助的人:1.1万
展开全部
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;

namespace 数组
{
class Program
{
static void Main(string[] args)
{
string[] str= new string[] { "str1", "str2", "str3" };
foreach (string sss in str)
{
Console.WriteLine(sss.ToString());

}

Console.ReadKey();
}
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
黄工的控件库
2012-03-29 · TA获得超过5732个赞
知道小有建树答主
回答量:1644
采纳率:50%
帮助的人:516万
展开全部
string[] str={“oh”, “my”, “god”};
foreach(string s in str)
{
//操作
}
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2012-03-29
展开全部
string[] str={“oh”, “my”, “god”};
foreach(var v in str)
{
response.write(v);
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
cocos_kk
2012-04-06
知道答主
回答量:1
采纳率:0%
帮助的人:1639
展开全部
string[] str={“oh”, “my”, “god”};
foreach(string s in str)
{
response.write(s);
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zjpkitzjp
2012-04-06
知道答主
回答量:8
采纳率:0%
帮助的人:1.1万
展开全部
string[] str={“oh”, “my”, “god”};
foreach(var v in str)
{
response.write(v);
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(4)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式