📅  最后修改于: 2022-03-11 14:54:13.333000             🧑  作者: Mango
// When you run a PHP script in a browser, it will be rendered as HTML by default.
// Use
instead or modify the header to content type plain text
echo "Hello
World";