使用PHP并希望用第二个元素替换第二个“空格”。更确切地说,如果我的文字是
ul {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
width: 25em;
border: 4px solid gray;
padding: 1.5em;
margin: 5em auto;
list-style: None;
font-size: 12pt;
font-family: Arial, sans-serif;
}
li {
text-align: center;
border-right-style: dotted;
padding-right: 10px;
}
li:last-child {
border: 0;
}
想要在<ul>
<li>Save & Run suite</li>
<li>Run saved suite</li>
<li>Run selected tests</li>
</ul>
之后替换空格并将我的内容显示为:
哈利波特与存在
一般来说,我知道如何更换存在的每个空间,但是只更换第二次出现的空间时会遇到麻烦。
感谢您的帮助!
子串替换不会有用,请考虑Harry Potter Exists
哈利波特真的存在
所以我想只定位并且只有第二个空间,这是在陶工之后,也考虑各种长度,以防它Potter
子串将无用然后:)