VB翻译成C#的问题,VB中的InStr在C#中有什么表示?或者怎么编写一个InStr函数?Mid函数呢?
instr函数,string.indexofmid函数,string.substring
c#中indexof