作者:泽宇的精彩人生 | 来源:互联网 | 2023-01-17 20:10
I have some text in an element in my page, and i want to scrap the price on that page without any text beside.
我的页面中的元素中有一些文本,我想废弃该页面上的价格,旁边没有任何文字。
I found the page contain price like that:
我发现该页面包含的价格如下:
now $39.99
How to filter this and just get "$39.99" just using Javascript and regular expressions.
如何过滤这个,只需使用Javascript和正则表达式获得“39.99美元”。
The question may be too easy or asked by another way before but i know nothing about regular expressions so asked for your help :).
这个问题可能太容易了,或者之前用另一种方式问过,但我对正则表达式一无所知,所以请求你的帮助:)。
4 个解决方案