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.
我正在使用纺织品为特定页面生成 HTML,并且在副本中,需要在没有版权符号的情况下生成 (c)。不幸的是,纺织品总是这样做。
有没有办法在纺织品中逃避解析来改变它(我知道我可以在“c”的任一侧放置空格,但这看起来不太好)?
在降价中使用<notextile></notextile>标签将导致解析器跳过这两个标签之间的任何内容。红布文档
<notextile></notextile>
也使用(c)将产生(c)而不是©。
(c)