duanpa1898 2016-10-05 06:29
浏览 8
已采纳

从给定的HTML代码中使用php获取内部html

This is a very basic question but could not found answer

I want to get the inner html using php from the following html code

<strong class="large t55">text only</strong>

I want to echo "text only" in simple text not in bold.

  • 写回答

3条回答 默认 最新

  • dongping8572 2016-10-05 06:31
    关注

    http://php.net/manual/en/function.strip-tags.php

    echo strip_tags('<strong class="large t55">text only</strong>');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 自己做的代码上传图片时,报错
  • ¥15 Lingo线性规划模型怎么搭建
  • ¥15 关于#python#的问题,请各位专家解答!区间型正向化
  • ¥15 unity从3D升级到urp管线,打包ab包后,材质全部变紫色
  • ¥50 comsol温度场仿真无法模拟微米级激光光斑
  • ¥15 上传图片时提交的存储类型
  • ¥15 VB.NET如何绘制倾斜的椭圆
  • ¥15 arbotix没有/cmd_vel话题
  • ¥15 odoo17的分包重新供应路线如何设置?可从销售订单中实时直接触发采购订单或相关单据
  • ¥15 用C语言怎么判断字符串的输入是否符合设定?