上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页
摘要: 效果: 代码 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=devic 阅读全文
posted @ 2021-11-15 14:43 优敏行 阅读(33) 评论(0) 推荐(0)
摘要: 效果: 代码 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=devic 阅读全文
posted @ 2021-11-15 12:52 优敏行 阅读(101) 评论(0) 推荐(0)
摘要: 效果: 点击前 点击按钮后效果: 代码 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content 阅读全文
posted @ 2021-11-15 11:08 优敏行 阅读(57) 评论(0) 推荐(0)
摘要: 效果: <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-w 阅读全文
posted @ 2021-11-15 09:40 优敏行 阅读(67) 评论(0) 推荐(0)
摘要: <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1 阅读全文
posted @ 2021-11-14 13:38 优敏行 阅读(47) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-11-14 13:23 优敏行 阅读(38) 评论(0) 推荐(0)
摘要: <body> <h1>html实例</h1> <h1>1 标题</h1> <h1>我的第一个标题</h1> <h2>this标题2 </h2> <h3>这是标题3</h3> <h4>这是标题4</h4> <h5>这是标题5</h5> <h6>这是标题6 标题的大小是可以选择的,一共6种选择,基本完全 阅读全文
posted @ 2021-11-12 17:31 优敏行 阅读(49) 评论(0) 推荐(0)
摘要: #region 变量算法 计算程序 int a = 3; int b = 11; int c = 10; int sum = a + b + c; Console.WriteLine("早中午晚上3个数的和是:" + sum +"元"); #endregion 写在主函数内的程序。最简单的计算程序 阅读全文
posted @ 2021-11-12 15:45 优敏行 阅读(43) 评论(0) 推荐(0)
摘要: 程序的最基础结构。 using System;// 1 命名空间 namespace ConsoleTest1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); Console 阅读全文
posted @ 2021-11-12 14:20 优敏行 阅读(45) 评论(0) 推荐(0)
摘要: create table Student( ID int identity(1,1) not null, Name nvarchar(50) not null, Age int not null, ChineseScores int null,--语文成绩 MathScores int null,- 阅读全文
posted @ 2021-10-13 19:27 优敏行 阅读(174) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页