解决方案 »

  1.   

    head 里面加上:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 这句
      

  2.   

    <html>
    <head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title> Building a From</title>
    </head>
      

  3.   

    不知道是不是头信息原因,如果是的话用PHP的header("Content-Type:text/html;charset=UTF-8");会比输出html标签好一些
      

  4.   


    <!DOCTYPE html>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />这两不要忘