如果在帖子中找到 .jpg .png 如何显示图像?
目标是让用户将 URL 粘贴到文本区域中,并且它输出的不是简单的文本或 URL,而是显示 URL 中的图像?
http://www.thecampussocialite.com/wp-content/uploads/South-park-VS.-Family-Guy.jpg
这可以做到吗?有例子吗?
The goal is to have a user paste a URL in textarea, and it outputs not a simple text or URL but displays that image from the URL?
http://www.thecampussocialite.com/wp-content/uploads/South-park-VS.-Family-Guy.jpg
Can this be done? Are there any examples?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文本区域根本无法做到这一点。
The textarea is simply not capable of that.
您需要使用富文本编辑控件,而不是基本的 HTML 文本区域标记。流行的选项是:
You need to use a rich text editing control, instead of the basic HTML Text Area tag. Popular options are: