python float() int()当遇到''空字符串

float('')和int('')会报错
可以用
float('' or 0)
int('' or 0)

留言

熱門文章