标签: python nsregularexpression
我想从随附的代码中获取有关价格的信息。我在《美丽的汤》中使用get_text(),但此函数提取所有文本。我只想获取数字17并用49作为17.49
get_text()
17
49
17.49
span class =“” cross“ ::之前 ” 17 span class =“ price-end” 49
我写了代码:subj.find(class _ =“ cross”)。get_text()