一、数组个数
string m_json1 = "[9,8,6,3]";
int m_count=m_json1.Split(',').Length;
string m_json1 = "[9,8,6,3]";
int m_count=m_json1.Split(',').Length;
string m_json1 = "[9,8,6,3]";
int m_count=m_json1.Split(',').Length;
string m_json1 = "[9,8,6,3]";
int m_count=m_json1.Split(',').Length;