Traceback (most recent call last): File "C:\Users\86186\PycharmProjects\pythonProject1\spider6.py", line 17, in new_url = format(url%pageNum)TypeError: not enough arguments for format string怎么解决这个问题😘
收起
你可以试试url{}.format(pageNum)
报告相同问题?