摘要: <!--strong语气着重加强--> lorem乱序铭文 <!--em斜体--> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt, nihil? Lorem ipsum dolor sit amet, conse 阅读全文
posted @ 2018-04-15 12:01 YKmaster 阅读(575) 评论(0) 推荐(0) 编辑
摘要: css选择器 有通配符选择器书写格式:*+{声名块} 并集选择器/组合选择器 书写格式;元素或类或id+“”+元素或类或id+“,”+元素或类或id{声明块} 列:h1,h2,h3{color:red;} 层次选择器 : 子集选择器: 格式:父级元素名称+">"+子级元素名称+{声明块} 例:div 阅读全文
posted @ 2018-04-15 10:46 YKmaster 阅读(992) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication2{ class P 阅读全文
posted @ 2018-04-09 20:57 YKmaster 阅读(1166) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1 { class 阅读全文
posted @ 2018-04-09 19:19 YKmaster 阅读(3288) 评论(2) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication1{ class Program { static void Main(str 阅读全文
posted @ 2018-04-08 22:30 YKmaster 阅读(366) 评论(3) 推荐(0) 编辑
摘要: sing System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication1{ class Program { static void Main(stri 阅读全文
posted @ 2018-04-07 14:39 YKmaster 阅读(1137) 评论(1) 推荐(1) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplicationl { class Program { static void Main 阅读全文
posted @ 2018-04-07 14:00 YKmaster 阅读(1064) 评论(13) 推荐(0) 编辑
摘要: <html> <body background="http://img1.imgtn.bdimg.com/it/u=821335874,2927998559&fm=27&gp=0.jpg"><h1 style="text-align:center">网站集中地</h1><p><a href="/ht 阅读全文
posted @ 2018-04-07 13:49 YKmaster 阅读(449) 评论(0) 推荐(1) 编辑
摘要: using System.Linq; using System.Text; namespace ConsoleApplicationl { class Program { static void Main(string[] arge) { //调试运行 : 点击启动 或 按 F5 //非调试运行 : 阅读全文
posted @ 2018-04-07 13:45 YKmaster 阅读(194) 评论(0) 推荐(0) 编辑