var obj = {
user: 'asd',
port: 3306,
pwd: 123
}
var keys = Object.keys(obj)
console.log(keys);
console.log("---------------------");