gpt4 book ai didi

jquery - 使用 jQuery 垂直文本

转载 作者:行者123 更新时间:2023-12-03 22:28:23 25 4
gpt4 key购买 nike

我希望通过添加 <br /> 来垂直对齐文本使用 jQuery 在字符之间添加标签。

<div id="foo"><label>Vertical Text</label></div> 

看起来像这样:

V
电子
r
t

c
一个
l

T
电子
x
t

最佳答案

我们去打高尔夫球吧!

$('#foo label').html($('#foo label').text().replace(/(.)/g,"$1<br />"));

完全未经测试,但正则表达式中的模式看起来像胸部。

关于jquery - 使用 jQuery 垂直文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/278940/

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