gpt4 book ai didi

python - 将 python 字符串转换为不带逗号的整数

转载 作者:行者123 更新时间:2023-11-28 20:18:09 26 4
gpt4 key购买 nike

<分区>

我正在使用 beautifulsoup4 从网站中提取价格标签。我使用的代码是这个

 #price
try:
price = soup.find('span',{'id':'actualprice'})
price_result= str(price.get_text())
print "Price: ",price_result
except StandardError as e:
price_result="Error was {0}".format(e)
print price_result

我得到的输出是一个带有逗号格式的字符串。例如82,000,00

我想要什么:

将格式从字符串价格更改为不带逗号的整数价格,这样我就可以在 excel 中将它们用作值而不是字符串

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com