How to set IE document mode?

后端 未结 3 1164
花落未央
花落未央 2021-02-08 02:26

In IE9 my browser has set:

F10 -> tools -> compatibility views setting -> added 192.168.10.227

therefore when I try to serve file, the browser mode is 9 compat v

3条回答
  •  猫巷女王i
    2021-02-08 02:51

    I believe you need to include

    
    

    Edit

    Also I would include a

    
    

    or what ever charset your using. Also moving these to the top of the head would make a difference as well.

提交回复
热议问题