$(function () { $(document).attr("title", "梅林系统");//修改title值 var cssURL = 'http://mat1.gtimg.com/www/icon/favicon2.ico'; var head = document.getElementsByTagName('head')[0]; linkTag = document.createElement('link'); linkTag.href = cssURL; linkTag.setAttribute('rel', 'shortcut icon'); linkTag.setAttribute('type', 'images/x-icon'); head.appendChild(linkTag); });