$text = "abc,abcd,abcdee";
為避免誤判,
$text = str_replace("abc ", "ghi", $text);
- Sep 05 Mon 2011 15:38
-
php_str_replace
請先 登入 以發表留言。