1
   getText(str) {
      return str
        .replace(/<[^<>]+>/g, "")
        .replace(/&nbsp;/gi, "");
    },

用户bPbvnCc
5 声望0 粉丝