How to call dict and not string

前端 未结 0 1532
南笙
南笙 2020-12-05 05:53

This is a shortened version of my code:

    blah = "tracker"+domain
    if blah not in lst:
        lst.append(blah)
        domain = {\'testing\':\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题