I got this list:
words = ['how', 'much', 'is[br]', 'the', 'fish[br]', 'no', 'really']
What I would like is to replace [br]
with some fantastic value similar to <br />
and thus getting a new list:
words = ['how', 'much', 'is<br />', 'the', 'fish<br />', 'no', 'really']
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…