What should I do if the Chinese characters output by echo are garbled?
你怎么这么好看
你怎么这么好看 2019-05-27 15:07:59
0
1
1422

echo 'Hello, PHP';

你怎么这么好看
你怎么这么好看

reply all(1)
Xxxxxxyp

Try to change the encoding format to utf-8

Or add a header("content-Type: text/html; charset=utf-8")

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template