在拼写sql的 时候,mysql字段如果需要添加当前时间可以用NOW() 函数
// String sql = ("insert into tablename(content, createtime) values ('阿本组', NOW())");
即可