Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在不显示我的网站结构的情况下,谁能猜出为什么 HTML5 文档类型没有改变,例如:
www.mysite.com/x (ok- html5) www.mysite.com/x/a (ok- html5) www.mysite.com/y (ok- html5) www.mysite.com/y/a (xhtml doctype)
更多信息:我正在使用 Kentico CMS。
我怀疑您有多个母版页,并且某些 URL 使用 HTML5 doctype 母版页,而其他 URL 使用不同的母版页。
尝试在您的文件中搜索 Kentico CMS 文件中的那些备用 doctype 值,看看会出现什么。