$str = '蘋果很好吃。';
$str=str_replace('蘋果','香蕉',$str);
echo $str;
//請將變量$str中的蘋果替換成香蕉

smarry_微笑
2014-08-06
0 回答
舉報
0/150
提交
取消