编辑代码

const a = {
    time: null,
    ok: null
};

let b = {
    time: 213,
    ok: '213',
    p2: 'sadj'
};