标题: 字符串实际上就是数组??? [打印本页] 作者: lgh1030 时间: 2013-5-27 14:48 标题: 字符串实际上就是数组??? using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 字符串的处理
{
class Program
{
static void Main(string[] args)
{
string myString = "A string";