【发布时间】:2017-04-22 21:55:39
【问题描述】:
用户提交信息后,我正在访问网页的 HTML。
如果我有...
var htmlString = "This is the massive HTML string - it has lots of characters "FindStringDetails"<123789456.123456> This is a massive HTML string - "
var findString = "FindStringDetails\"<"
有没有合适的方法可以提取“FindStringDetails”之后的数字
【问题讨论】: