码迷,mamicode.com
首页 > Web开发 > 详细

网页被Chrome识别成英语,区域,语言,网站

时间:2014-08-24 23:32:33      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   div   html   log   sp   

修改成这个后解决

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="zh-CN" />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>@ViewBag.Title - 我的 ASP.NET 应用程序</title>
    @Styles.Render("~/Content/css")
    @Scripts.Render("~/bundles/modernizr")

</head>
</html>

网页被Chrome识别成英语,区域,语言,网站

标签:style   blog   http   color   ar   div   html   log   sp   

原文地址:http://www.cnblogs.com/bushuosx/p/3933676.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!