摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .box{ width: 750px; height: 3 阅读全文
posted @ 2017-09-16 15:42 佑之以航 阅读(536) 评论(0) 推荐(0) 编辑
摘要: a,a:hover,a:active,a:visited,a:link,a:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); } 阅读全文
posted @ 2017-09-16 15:24 佑之以航 阅读(1806) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 53 54 55 56 57 58 59 解码 60 61 62 63 64 还原 65 66 81 82 阅读全文
posted @ 2017-09-16 15:20 佑之以航 阅读(224) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box{ width: 100px; height: 46px; overflow:hidden; text-ov 阅读全文
posted @ 2017-09-16 15:16 佑之以航 阅读(327) 评论(0) 推荐(0) 编辑
摘要: if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) { alert('苹果'); } else if (/(Android)/i.test(navigator.userAgent)) { alert('安卓'); } else { alert('电脑'); }; 阅读全文
posted @ 2017-09-16 15:09 佑之以航 阅读(311) 评论(0) 推荐(0) 编辑