How to parse a string like this “http://ip-address:port1:port2:login:password”?

后端 未结 0 1960
轮回少年
轮回少年 2021-01-25 19:24

I have the string like this "http://127.0.0.1:80:81:qwe:rty". And I wrote cregex expression like this:

const mark_tag type(1), ip(2), port(3), port2(4),         


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