摘要:
1. 静态using(static using) 静态using声明允许不使用类名直接调用静态方法。 The static using declaration allows invoking static methods without the classname. In C# 5 using Sy 阅读全文
摘要:
html, xhtml和xml 1.定义及特点: 1) html:Hyper Text Markup Language 超文本标记语言 是最早写网页的语言,但编码不规范,主要用于控制数据的显示和外观。语法较为松散,不严谨的web语言; ① 简易性:超级文本标记语言版本升级采用超集方式,从而更加灵活方 阅读全文