如何使用 JQuery 从 HTML 正文中分别提取文本和图像
我有 HTML 正文。我想提取文本和图像。然后我想使用以下方法将带有文本的图像 src 发送到另一个 php 页面:
$.post("sendtextandimage.php","task=sendmsg"+"&text="+text+"img="+src,
function(data) {
}); or $.ajax();
我的 HTML 正文如下所示:
Image src url with Title:PHP ChampionCity:Mumbai, Maharashtra, IndiaSummary:We are waiting for我们孟买办事处的 PHP 冠军。具有移动应用程序开发知识的候选人将获得额外优势。
如何解决这个问题。 我需要你的手。 谢谢
I have HTML Body. I want to extract text and Image. And then I want to send src of image with text to another php page using:
$.post("sendtextandimage.php","task=sendmsg"+"&text="+text+"img="+src,
function(data) {
}); or $.ajax();
My HTML body is given below:
<div>Image src url with Title:PHP championCity:Mumbai, Maharashtra, IndiaSummary:We are looking for a PHP champ for our Mumbai office. Candidate with knowledge of mobile app development will be given added advantage.</div>
How to fix it.
I need your hand.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)