I'm currently working on a project where I take an API from a site, and display it on my webpage.
{
"data": [{
"truckplanNo":"TCTTV___0D010013",
"truckplanType":"COLLECTION",
"planArriveOriginTime":"2020-12-01T01:30:00.000000+07:00",
"planDepartOriginTime":"2020-12-01T02:00:00.000000+07:00",
"actualReleaseTime":"2020-11-30T21:46:56.000607+07:00",
"jobSheetLine":2,
"truckType":"10W",
"truckLicense":"0717349/108",
"orderLine":7,
"updatedTimestamp":"2020-12-01T10:07:38.000575+07:00",
"routeCategoryDesc":"SUPPLIER TO PLANT",
"cbmLoadEff":37.80270691994573015,
"flagReprint":false"
}]
}
How to fetch this data to show in html only text?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…