str_replace 函数的简单调用:. <?php $str = '苹果很好吃。'; //请将变量$str中的苹果替换成香蕉 $strg = str_replace('苹果','香蕉',$str);
確定! 回上一頁