jQuery remove tag from HTML String without RegEx

前端 未结 6 1702
情话喂你
情话喂你 2020-12-05 14:25

So I have following string:

var s = \'Some Text Some other Text\';

The result should be a string with the content

6条回答
  •  星月不相逢
    2020-12-05 14:44

    Just do the following:

    
    
    
    
    Some Text Some other Text
    

提交回复
热议问题