使用divmod()出现错误
运行程序 total_page_count, div = divmod(total_count, page_size),出现unsupported operand type(s) for divmod(): 'method' and 'int' 错误,请帮我一下,谢谢了。
2022-02-03 13:06
2022-02-03 20:48
2022-02-04 09:11
2022-02-04 13:46