Home > Backend Development > PHP Tutorial > 如何实现在文章中加入图片功能

如何实现在文章中加入图片功能

WBOY
Release: 2016-06-06 20:34:33
Original
1816 people have browsed it

php怎么实现像豆瓣写日记里面加入图片的功能如何实现在文章中加入图片功能

回复内容:

php怎么实现像豆瓣写日记里面加入图片的功能如何实现在文章中加入图片功能

你按正常的图片上传流程,最后提交的时候,在那个位置保存Html替换掉图片就可以了,豆瓣上传的时候,下面标记了图片的一些信息,记得最后上传替换就OK了。

上传完成ajax返回后,在附件列表div append<div> <img src="xx" alt="如何实现在文章中加入图片功能" >图片文件名</div>

用户任何时期可以在输入框任意位置点击, 上面的链接,并把上面的html格式链接或者直接图片插入。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template