直接赋值会报错,new的话需要传参数,但是String ids=new String();括号里需要传入参数
string ids = ""; var ids2 = ""; var ids3 = string.Empty;
初始化赋值