for example, the json string returned after the request
{
color:1,
...
}
the corresponding relationship between color numbers and Chinese: (1: blue 2: yellow 3: green)
would like to ask, how to convert to Chinese to bind to the data object? (the front end is written in vue)