function replaceNbspWithSpace($content){. $string = htmlentities($content, null, 'utf-8');. $content = str_replace(" ", " ", $string);.
確定! 回上一頁