text.setCreateTime(new Date().getTime()); 这句 怎么通过编译的, 括号内是long 型 而CreateTime 是字符串內型
改成text.setCreateTime(String.valueOf(new Date().getTime()))