如果字符串逗号开头,就删除逗号,代码要怎么写?
If e.DataRow("加工内容").StartsWith(",") Then MSGBOX(e.DataRow("加工内容")) e.DataRow("加工内容").Remove(0, 1) MSGBOX(e.DataRow("加工内容"))End If