查看源代码是这样的
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xm
lns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>后台首页</title>
<link href="/App/Modules/Admin/Public/css/style.css" rel="stylesheet" type="text/css" />
<script src="/App/Modules/Admin/Public/js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="/App/Modules/Admin/Public/js/action.js" type="text/javascript"></script>
<base target="mainiframe" />
</head>
<body>
审核元素查看是这样的,
<html xmlns="http://www.w3.org/1999/xhtml" />
<head></head><body>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>后台首页</title>
<link href="/App/Modules/Admin/Public/css/style.css" rel="stylesheet" type="text/css">
<script src="/App/Modules/Admin/Public/js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="/App/Modules/Admin/Public/js/action.js" type="text/javascript"></script>
<base target="mainiframe">
现在导致整个页面显示不正常,这是什么原因呢?