TypeError:int() argument must be a string, a bytes-like object or a number, not 'NoneType'
argument must be a string, a bytes-like object or a number, not 'NoneType'
翻译过来就是 参数必须是 String,一个字节类型的对象或者是Number,而不是None。换句话说传参数传的是空,注意检查一下前面是否参数没有传递对。