把字符串 "Hello world!" 中的字符 "world" 替換爲 "Shanghai"

<?php echo str_replace("world","Shanghai","Hello world!"); ?>
相關文章
相關標籤/搜索