A piece of data is sent from the background, such as: data: [{name: ", age:", address: ["tcp://127.1.1.1:4000", "tcp://127.1.1.2:4001"; "tcp://127.1.1.3:4002"]},], hoping that address can be displayed in a table with a new line.
my current display effect is:
tcp://127.1.1.1:4000tcp://1
27.1.1.2 tcp://127.1.1.1:4000tcp://1 4001tcp Varix 127.1.1.
3Vera 4002
I hope it can be as follows:
tcp://127.1.1.1:4000
tcp://127.1.1.2:4001
tcp://127.1.1.3:4002