我在名为$message
的变量中有一个字符串。
echo stripslashes(strip_tags($message));
之后我得到了以下输出。
Michael Clarke commented on Darren Lehmann's status update "ߘðߘİߘ0ߘʢغ️"
现在执行语句echo json_encode($message);
后,我得到了以下输出:
Michael Clarke commented on Darren Lehmann's status update \"ߘðߘİߘ0ߘʢغ️\"
我担心的是我不希望额外的反斜杠以及最终输出中出现的垃圾数据。如何删除它们?
请指导我在我的代码中出错的地方?
提前致谢。