如何在c#中使用Split函数从字符串"tulip.jpg"中获取字符串"tulip"?
string str = "tulip.jpg";
我将结果"tulip"存储在str1中(字符串类型为valiable).
c#
c# ×1