1、HTML中<LINK rel=" "href=" URL">
rel属性(relationship),描述了当前页面与href所指定文档的关系
charset 被连接文档的编码方式
<link href="http://moviebox.baofeng.net/newbox1.0/favicon.ico" rel="shortcut icon">
<link href="/newbox1.0/style/public-layout.css" type="text/css" rel="stylesheet" charset="utf-8"/>
2、