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