Python concatenate string with string variable having escape characters

后端 未结 0 1644
闹比i
闹比i 2021-01-05 03:10

I had a command in python script as below:

start_command = [
        "load=" + location + "/lib/abc " + "conf=myconf " +
                


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