打赏

相关文章

零基础学习c#的第一天

一、基础环境安装去微软官方下载visual studio即可,自己网上搜索也行二、编写第一个程序helloworldusing System;namespace basecode {class Program{static void Main(string[] args){//打印hello worldConsole.WriteLine("hello world !");//输出后自动…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部