html的常见meta标签信息
设置页面不缓存
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0″>
页面编码
<meta http-equiv="Content-type" content="text/html;charset=uft-8"/>
关键字
<meta name="keywords" content="HTML,ASP,PHP,SQL">