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>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a43d-2c203.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a43d-2c203.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?