工具篇站点

1、IE插件
应该是微软的官方的,很多很实用的,如:
Fiddler  
Internet Explorer Developer Toolbar 

2、FAVICON在线自动生成
这个年头什么都有,连favicon.ico都可以自动生成了。
做好favicon.ico放在根目录就可以了
如果不行的话就加这段代码
< link  rel ="icon"  href ="favicon.ico"  type ="image/x-icon"   />
< link  rel ="shortcut icon"  href ="favicon.ico"  type ="image/x-icon"   />

你可能感兴趣的:(工具)