我試圖拆分一個字符串,直到我得到某個字符。例子:string test = "Hello(30)";我希望結(jié)果是:“你好” 另一個例子:string test = "Test(50)";結(jié)果:“測試”我該怎么辦?謝謝。 查看完整描述