小编sps*_*nct的帖子

如何使用php从HTML中删除<p>标签及其内容

以下是我需要删除<p>标签的文字

<p> Addiction, stress and subjective wellbeing</p> 
<p> The need and significance of traditional shop lot pavements in the context of town conservation in Malaysia</p> 
<p> The role of wage and benefit in engaging employee commitment</p>
Run Code Online (Sandbox Code Playgroud)

我试过这个

$title= preg_replace('#<p>(.*?)</p>#', '', $title['result']);**
Run Code Online (Sandbox Code Playgroud)

但仍然在获取<p>标签,任何想法?

html php

8
推荐指数
3
解决办法
5万
查看次数

Woocommerce从购物车中删除所有产品并将当前产品添加到购物车

嗨,我是woocommerce的新手,我的问题是只需要在购物车上添加单品,必须清除所有产品,并在我点击添加到购物车按钮时将当前产品添加到购物车

wordpress woocommerce

4
推荐指数
2
解决办法
2万
查看次数

标签 统计

html ×1

php ×1

woocommerce ×1

wordpress ×1