Object.keys(this.state.birth_details).map(function (element) { return ( {element} {this.state.birth_details[element]} ); }) }
確定! 回上一頁