为什么我们使用标记语言?特别是在维基引擎中

发布于 2024-12-11 02:57:06 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

聽兲甴掵 2024-12-18 02:57:06

通过这种方式,您可以过滤掉任何潜在危险的 html 标签,剩下的内容无法在数据库查询或 HTML 输出中执行。通过将其放在 HTML 页面中,您可以完全控制标签的编写方式。

This way you can filter out any potentially dangerous html tags, what remains cannot be executed in a database query or in an HTML output. Giving it out in an HTML page, you have full control of how the tags should be written.

幸福不弃 2024-12-18 02:57:06

避免由于暴露所有完整的 HTML 词汇而可能发生的跨站点脚本问题以及其他此类相关问题

Avoidance against cross site scripting issue and other such related issue that can occur due to exposing all the complete HTML vocab

撞了怀 2024-12-18 02:57:06

它们是定义数据的简单方法,并且通常易于操作。

They're a simple way to define data and usually easy to manipulate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文