string str="aa||bb||cc||dd||"; string []sArr=str.Split(new char[2]{'|','|'}); 為什么數組內容是 sarr[0]="aa";sarr[1]="";........ 有什么方法使數組里面不要空格么? 查看完整描述