php函数str_replace的使用总结

字符串取代。
语法: string str_replace(string needle, string str, string haystack);

阅读全文