Home > Q&A > body text
What should I do if I want to add a line break before the pet skill bracket ()?
Or make the words ‘(pet skill)’ smaller
怪我咯2017-07-05 10:38:51
Regular matching, add a newline character in front of each (
扔个三星炸死你2017-07-05 10:38:51
后台拿到数据后,字符串匹配到( 在它之前插入</br> 用v-html="content"形式填入
女神的闺蜜爱上我2017-07-05 10:38:51
写个filter用正则把NAME里面的括号里面的字取出来,然后再进行操作。
天蓬老师2017-07-05 10:38:51
filter, then cut the string from ‘(’ and add a br