java中在json字符串后面添加时间戳
JSONObject obj = JSON.parseObject(log); obj.put("ts",System.currentTimeMillis());