2017-01-23
HTML5 Shiv - 維基百科,自由的百科全書
https://zh.wikipedia.org/wiki/HTML5_Shiv
官方網站:(下載、教學)
https://github.com/aFarkas/html5shiv
安裝方法之一 (用 NuGet )
安裝方法之一 (直接設定遠端 JavaScript )
在 <head> 和 </head> 加入
<!DOCTYPE html> <html> <head> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> </head> <body> </body> </html> |
(完)
沒有留言:
張貼留言