如题,当源数据有 NULL 时,只有目标字段为 string 类型才不会报错,且写入的是字符串:'null'。 感觉是 131行需要改改:String fieldValue = String.valueOf(row[pos]); 谢谢老大
Activity