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.
当我显示在 MS Word 中创建的 html 文件时,它无法在 ASP Literal 控件中正确呈现。似乎无法显示选项卡、破折号、项目符号等。我能做些什么来完成这项工作吗?
MSWord 中的某些字符永远不会正确显示:制表符、项目符号、破折号。您可以使用 XL 而不是 Word,并创建一个将项目符号更改为•的宏。或破折号到− . 我不认为标签有 html equivilent。
只有当您的 ascx 和 aspx 都是 UTF-8 编码时,才能显示其他字符(国际)。