.then((String resp) {. // 利用trim() 去除字串最後的跳行符號, 之後再利用split() 根據\n 轉為數列. var stud_list = resp.trim().split("\n");.
確定! 回上一頁