1.asp.net中的C#或VB最终要编译成中间语言
2.建立网站后,建站地点本地--浏览--IIS;文件系统是自己模拟IIS

3.第一次要编译网站,以后访问就是编译后的网站了。
4.default.aspx 与MASTER不同

5.C#敲任何字母都有提示。
label1.Text = "helel";
string testString = "hehe";
label1.Text = testString;
int testOne = 1;
int testTwo = 2;
label1.Text = Convert.ToString(testOne + testTwo);
6.数据类型


ASP.NET 编程技巧
412

被折叠的 条评论
为什么被折叠?



