gpt4 book ai didi

javascript - 如何将空间视为 Angular 色

转载 作者:行者123 更新时间:2023-11-28 09:21:22 24 4
gpt4 key购买 nike

我正在尝试创建“打字练习”网站。在他们的 I want to show the space also 中,使用背景显示的下一个键入字符:绿色。它也适用于每个字符空间,但当空格出现在行尾时,背景颜色将不适用于空白。

enter image description here

我写在 span 中并应用了以下 css

    if(char)==" ")
temp_space="background-color: green;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 0 1px 4px green;-webkit-box-shadow: 0 1px 4px green;box-shadow: 0 1px 4px green;";
else
temp_space="";

'<span id="aa'+const_count+'" style="background:green;'+temp_space+'"><u>'+next_character+'</u>'

最佳答案

您应该添加一个不间断空格,而不是在那里放置一个常规空格, 

关于javascript - 如何将空间视为 Angular 色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26092550/

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