Heim >Backend-Entwicklung >PHP-Tutorial >APP图文混排接口设计是怎么样的

APP图文混排接口设计是怎么样的

WBOY
WBOYOriginal
2016-06-06 20:20:221582Durchsuche

做一个类似SF的发表文章的东西。
如果要在2行文本中间插入一张图片或者多张图片交替插入。那后端接收到的是一个图片数组呢还是接受到包括图片地址在内的所有字符文本.

SF的APP文章详情页是webView吗?还是直接渲染后端返回的Html代码

回复内容:

做一个类似SF的发表文章的东西。
如果要在2行文本中间插入一张图片或者多张图片交替插入。那后端接收到的是一个图片数组呢还是接受到包括图片地址在内的所有字符文本.

SF的APP文章详情页是webView吗?还是直接渲染后端返回的Html代码

只要服务端和App端约定一种图文解析格式即可,一般是在图片的位置使用特殊的格式给定一个占位符,客户端解释的时候遇到占位符就替换成对应的图片。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn