TypeError: can only concatenate str (not "int") to str解决方式


使用format函数解决问题

    for page in range(1,pagebox+1):
        url = "https://www.dd373.com/s/rbg22w-x9kjbs-wwf11b-0-0-0-qquvn4-0-0-0-0-0-0-0-"+format(page)+".html?" + urlencode(data)
        try:
            page1 = page_currentpage(url)
            if page1==page:
                response = requests.get(url, headers=headers)
                if response.status_code == 200:
                    doc_page(response.text)
        except RequestException:
            print("链接错误", url)

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM