php $str = 'The following example displays the first 30 characters of a string and inserts three dots after it.'; echo substr_replace($str, '...
確定! 回上一頁