📜  从字符串 php 代码示例中删除 % 符号

📅  最后修改于: 2022-03-11 14:54:06.145000             🧑  作者: Mango

代码示例1
$string = str_replace('%', '', $string);