当前位置:网站首页>prompt.ml/15中<svg>标签使用解释
prompt.ml/15中<svg>标签使用解释
2022-07-31 04:14:00 【树迷了路】

不使用<svg>,返回:
<p class="comment" title=""><!--" data-comment='{"id":0}'></p>
<p class="comment" title="--><script><!--" data-comment='{"id":1}'></p>
<p class="comment" title="-->prompt(1<!--" data-comment='{"id":2}'></p>
<p class="comment" title="-->)</script>" data-comment='{"id":3}'></p>
拿到网页中看一下;

可以看到,由于<script>是原始文本标签,其内部的<!-- --> 变成了文本以至失效;
但由于<svg>和<html>是不同的命名空间,且<svg>支持XML语法格式,在XML中支持<!-- -->注释。
因此得用<svg>来改变命名空间,从而使得所有注释符可以生效。

边栏推荐
猜你喜欢

SOLVED: After accidentally uninstalling pip (two ways to manually install pip)

mysql数据库安装(详细)

The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'

ENSP, VLAN division, static routing, comprehensive configuration of Layer 3 switches

$attrs/$listeners

Based on the local, linking the world | Schneider Electric "Industrial SI Alliance" joins hands with partners to go to the future industry

idea工程明明有依赖但是文件就是显示没有,Cannot resolve symbol ‘XXX‘

C语言从入门到如土——数据的存储

递归实现汉诺塔问题
![[C language] General method of base conversion](/img/28/954af5f47a79ff02d3cc0792ac8586.jpg)
[C language] General method of base conversion
随机推荐
RESTful api interface design specification
log level and print log note
MySQL fuzzy query can use INSTR instead of LIKE
MySQL数据库增删改查(基础操作命令详解)
Musk talks to the "virtual version" of Musk, how far is the brain-computer interaction technology from us
volatile内存语义以及实现 -volatile写和读对普通变量的影响
安全20220718
ClickHouse:设置远程连接
Redis 使用LIST做最新评论缓存
$parent/$children and ref
Safety 20220722
Safety 20220718
The application and practice of mid-to-platform brand advertising platform
马斯克对话“虚拟版”马斯克,脑机交互技术离我们有多远
ENSP,划分VLAN、静态路由,三层交换机综合配置
Know the showTimePicker method of the basic components of Flutter
How Zotero removes auto-generated tags
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
Based on the local, linking the world | Schneider Electric "Industrial SI Alliance" joins hands with partners to go to the future industry
(八)Math 类、Arrays 类、System类、Biglnteger 和 BigDecimal 类、日期类