摘要:
Application.Lock();Application["Name"]="小亮"Application.UnLock();Response.Write("Application[\"Name\"]的值为:"+Application["Name"].ToString(); 阅读全文
摘要:
比较字符串:str1.CompareTo("abc");定位运算符:str1.IndexOf("abc");格式化运算符:?截取字符串:str.Substring(0,5);分裂字符串:str.Split('.','!');插入字符串:str.Insert(10,"beautiful");填充字符串... 阅读全文
摘要:
?:叫条件运算符 阅读全文
摘要:
也叫强制类型转换 阅读全文
摘要:
包括:接口,类,数组,指针.类分为:装箱类型,委托,自定义类. 阅读全文
摘要:
读取服务器字体http://www.w3cplus.com/content/css3-font-face 阅读全文