摘要: 通过现在学习的内容实现的一个简单的网页,里面用了简单的CSS HTML源代码: <!DOCTYPE html><html><head> <title>张韶涵现在怎么样了在《歌手》一展歌喉惊艳全场动人</title> <!-- <link rel="stylesheet" type="text/css 阅读全文
posted @ 2018-04-14 19:37 sunshine-鸿 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 1.常用的函数格式书写:Console.WriteLine(”输入内容“); 输出后光标会自动换行。 Console.Write("输出内容"); 输出后光标不会换行,而是接着输出后面的输入内容。 Console.ReadLine(); 等待用户输入。 string result = Console 阅读全文
posted @ 2018-04-06 13:22 sunshine-鸿 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 通过if else 来做的一个小型简单的国家首都查询 static void Main(string[] args) { //国家首都查询 Console.Write("请输入国家名:"); string country = Console.ReadLine(); if (country == "中 阅读全文
posted @ 2018-04-05 22:18 sunshine-鸿 阅读(154) 评论(0) 推荐(0) 编辑