摘要: ```js function getExplorer() { var explorer = window.navigator.userAgent; //ie if (explorer.indexOf("MSIE") >= 0) { return "IE"; } //firefox else if (explorer.indexOf... 阅读全文
posted @ 2019-04-18 17:30 十年后2028 阅读(120) 评论(0) 推荐(0)
摘要: ```html ``` 阅读全文
posted @ 2019-04-18 14:09 十年后2028 阅读(322) 评论(0) 推荐(0)
摘要: 字体多的网站:字体天下 http://www.fonts.net.cn/font 33992422835.html 可以识别字体的网站 :求字体http://www.qiuziti.com/ 阅读全文
posted @ 2019-04-18 10:06 十年后2028 阅读(145) 评论(0) 推荐(0)