How to load content text file into my array in a single http request using specific array object as my argument

前端 未结 0 1246
再見小時候
再見小時候 2021-01-21 07:36

I have an interface INewsArticle[] with the following objects

export interface INewsArticles{
id : number, 
fileName : string,
title : string,
content : Text


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题