Wrap the data in a table

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

Mar.23,2021

data [0] .address.join ("
") = > passed in innerHtml = "" br "has been translated


<td>
<div>address[0]</div>
<div>address[1]</div>
<div>address[2]</div>
</td>
Menu