0
將html標記作爲API響應的一部分是否是一種很好的做法?它具有內容類型爲application/json
將HTML標記作爲JSON響應的一部分,是否是最佳做法?
樣品JSON響應
{ html : '<div id="markup">This is the server response html.</div>', data : {property : 'This is the data received from the server.'} }