Taking only a part of a text to an array

后端 未结 0 785
悲哀的现实
悲哀的现实 2020-12-01 23:26

If I want to take the text in between two slashes for example:

char str[] = ABCDEFG/HIGKLM/NOPQRS,str[];
While (str[index]!= \'\\0\'){
str1 = TEXT BETWEEN THE         


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