Ich habe eine Zeichenfolge, die ein Bild speichert txt1 。它的值是 XHTML 格式,即元素已关闭:。但我需要删除该关闭斜杠,因此它可以是 genau wie in HTML5.
txt1
Gibt es eine Möglichkeit, dies zu tun?
const txt1 = '<img src="happy.gif" alt="Happy face" />'.replace('/>', '>'); console.log(txt1)