To remove all HTML tags use the ".replace(/<[^>]+>/g, '')" method. let myHTML= " Jimbo. \n That's what she said "; let strippedHtml ...
確定! 回上一頁