We can use the string's replace instance method to remove the tags from an HTML string. For instance, we can write: const regex = /(<([^>]+)>)/ ...
確定! 回上一頁