《2019年2月11日》【连续 494天 】
标题 :响应头;
内容:
<?php
// PHP 中 header 函数专门用于设置响应头
header('Content-Type: text/html; charset=GBK');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>这是一个网页内容</title>
</head>
<body>
<h1>这是一个网页内容</h1>
</body>
</html>
1764

被折叠的 条评论
为什么被折叠?



