1. JSON.stringify({entry_key: 'test', entry_detail: undefined})
结果 为 "{"entry_key": "test"}" 会将对象里面属性值为undefined的属性去掉; 如果属性值为null,则会保留该属性,属性值为null