🌈 搜索
📅  最后修改于: 2022-03-11 14:54:31.450000             🧑  作者: Mango
$text = str_replace( '"', '\'', $text ); $text = '"' . $text . '"'; return $text;