HTML meta content-type 定义文件MIME类型
HTML meta charset 定义网页编码信息
content-type 属性值 -- 定义文件MIME类型
content-type用于定义用户的浏览器或相关设备如何显示将要加载的数据,或者如何处理将要加载的数据,此属性的值可以查看MIME类型
content-language出现在http-equiv属性中,使用content属性表示页面的MIME类型
引用网址:http://www.dreamdu.com/xhtml/content-type/
content-type语法Content-Type :
instanceof判断一个实例是不是一个类的实例
private static final Throwable Exception = null;
/** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub HibernateException he = new HibernateException(Exception); NestableRuntimeException nre = new NestableRuntimeException(); NestableException ne = new NestableException(); &