为了账号安全,请及时绑定邮箱和手机立即绑定

做代码都对着但是老有这个报错

error CS2001: Source file `' could not be found

正在回答

3 回答

using System;
using System.Collections.Generic;
using System.Text;

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            string today;//今天的午饭
            string tomorrow;//明天的午饭
            today = "鱼香肉丝";
            tomorrow = "小鸡炖蘑菇";
            //请在这里补充代码,实现变量today和tomorrow的交换
            string temp;
            temp=today;
            today=tomorrow;
            tomorrow=temp;
            //打印
            Console.WriteLine("我今天吃{0},明天吃{1}。",today,tomorrow);
        }
    }
}

0 回复 有任何疑惑可以回复我~

有一部分原因可能是系统问题,最主要的可能是自己范的小错误,比如分号?

0 回复 有任何疑惑可以回复我~

系统的问题,我每次也这样,自己拿vs调试吧。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C#开发轻松入门
  • 参与学习       254042    人
  • 解答问题       1459    个

本门课程是C#语言的入门教程,将带你轻松入门.NET开发

进入课程

做代码都对着但是老有这个报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信