gpt4 book ai didi

filter - 如何自定义逗号、竖线、点等css特殊字符?

转载 作者:太空宇宙 更新时间:2023-11-04 14:30:32 24 4
gpt4 key购买 nike

enter image description here

例如,我想要所有逗号(或类似这样的任何其他字符: "/、|、&、$ 等等 ") 来自不同颜色的文本。

这可能吗?!

最佳答案

您可以使用 span 将逗号或&符号与文本的其余部分分开

<p> Some text <span style="color:pink">/</span> Some text ....</p>

我认为仅使用 css 还不可能

在 PHP 中,您可以使用 preg_replace 为文本设置主题,以在逗号、& 符号、斜杠等周围添加跨度。

http://php.net/manual/en/function.preg-replace.php

或 str_replace

<?php str_replace(',', '<span class="pink">,</span>', $string); ?>

对于 wordpress,将建议的代码添加到您的模板文件中,有关模板的更多信息,请参阅: http://codex.wordpress.org/Stepping_Into_Templates

关于filter - 如何自定义逗号、竖线、点等css特殊字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19219821/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com