1
0
2
42
168
411
148
public byte[] ChangeStringToImage(string pic) { try { //判断字符串不等于空和null if (pic == null || pic.Trim() == String.Empty) { ...