将$row[‘content’]中的所有HTML标签去掉,下列正确的是
A、strip_tags($row[‘content’],”all”);
B、strip_tags($row[‘content’]);
C、html_tags($row[‘content’]);
D、html_tags($row[‘content’],”all”)
发布时间:2025-03-09 12:23:55
A、strip_tags($row[‘content’],”all”);
B、strip_tags($row[‘content’]);
C、html_tags($row[‘content’]);
D、html_tags($row[‘content’],”all”)