Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 PHPstr_replace
str_replace
str_replace(' €','€','1,23 €')
或者
str_replace(' ','','1,23 €')
str_replace函数用字符串中的一些其他字符替换一些字符
str_replace(find,replace,string)