php乱码
HTML
head后,tilte前添加
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
php
开头添加
header("Content-Type: text/html;charset=utf-8");
php复习
win10使用grep和awk