会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sunshine-鸿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2018年4月14日
自己照http://hangzhou.fangtoo.com/zixun/info/8-40-n465352.html 里面写的一个html
摘要: 通过现在学习的内容实现的一个简单的网页,里面用了简单的CSS HTML源代码: <!DOCTYPE html><html><head> <title>张韶涵现在怎么样了在《歌手》一展歌喉惊艳全场动人</title> <!-- <link rel="stylesheet" type="text/css
阅读全文
posted @ 2018-04-14 19:37 sunshine-鸿
阅读(763)
评论(0)
推荐(0)
2018年4月6日
常用
摘要: 1.常用的函数格式书写:Console.WriteLine(”输入内容“); 输出后光标会自动换行。 Console.Write("输出内容"); 输出后光标不会换行,而是接着输出后面的输入内容。 Console.ReadLine(); 等待用户输入。 string result = Console
阅读全文
posted @ 2018-04-06 13:22 sunshine-鸿
阅读(106)
评论(0)
推荐(0)
2018年4月5日
if else、switch、for循环
摘要: 通过if else 来做的一个小型简单的国家首都查询 static void Main(string[] args) { //国家首都查询 Console.Write("请输入国家名:"); string country = Console.ReadLine(); if (country == "中
阅读全文
posted @ 2018-04-05 22:18 sunshine-鸿
阅读(157)
评论(0)
推荐(0)
上一页
1
2
3
公告