Skip to content

Instantly share code, notes, and snippets.

@Julyyq
Last active December 19, 2015 08:29
Show Gist options
  • Save Julyyq/5926426 to your computer and use it in GitHub Desktop.
Save Julyyq/5926426 to your computer and use it in GitHub Desktop.
Web前端开发 -> 各浏览器官方 -> 开发参考手册
[
{
name: "google chrome",
url: "http://docs.webplatform.org/wiki/Main_Page/zh-hans"
},
{
name: "safari",
url: "https://developer.apple.com/library/safari/navigation/index.html"
},
{
name: "firefox",
url: "https://developer.mozilla.org/zh-CN/"
},
{
name: "opera",
url: "http://www.opera.com/docs/specs/productspecs/"
},
{
name: "Internet Explorer",
url: "http://msdn.microsoft.com/en-us/library/hh772374(v=vs.85).aspx"
},
{
name: "android", //有时候开发手机端web会用到
url: "http://developer.android.com/index.html"
},
{
name: "IE CSS compatible", //IE CSS 兼容性 各种表格 一目了然
url: "http://msdn.microsoft.com/zh-cn/library/gg670209(v=vs.85).aspx"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment