I use json.stringify() to get the data when submitting the form. Return as follows.
{"domains":[{"value":"vvvvvvvvv"}],"cona":"heeheeheeheeheeheeheexia","conb":"minutes, points, points, points v"}
Can it be converted into a normal string format? I want to convert it into the following format. I have tried many methods without success.
Just extract the following content and splice it together
json is essentially a string, but it is a "formatted" string.
If you want to convert it to other strings, you need to write your own rules, such as: