JS: Extract text from a string without jQuery

前端 未结 3 1482
感情败类
感情败类 2021-01-19 05:27

I have this string:

var string = \'
\"Ice-cream\"
3条回答
  •  难免孤独
    2021-01-19 05:43

    You have to make global search to find any characters any no. of time between < and >

    
    

提交回复
热议问题