TXXT

新手坚持写代码,最后一定会成为老手

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年11月28日

摘要: 1 function mobile_device_detect(url) { 2 var thisOS = navigator.platform; 3 var os = new Array("iPhone", "iPod", "iPad", "android", "Nokia", ... 阅读全文
posted @ 2015-11-28 15:42 TXXT 阅读(409) 评论(0) 推荐(0) 编辑