经过提取,可以提取到重量,约233.5G,然后把233.5提取出来,想要转为整数,int(233.5),但是报错了,invalid literal for int() with base 10: '233.5'。但是我用float(233.5)又没问题,为什么int(233.5)会报错