posts - 108,  comments - 44,  views - 45万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
10 2015 档案
iphone中button按钮显示为圆形解决
摘要:iphone中button按钮显示为圆形解决:添加样式:-webkit-appearance:button;如果需要为直角:border-radius:0在源码中添加如:style="-webkit-appearance:button;border-radius:0"在外链中添加 :-webkit... 阅读全文
posted @ 2015-10-13 15:59 小老虎网络 阅读(597) 评论(0) 推荐(0) 编辑
获得URL含有中文出现乱码解决
摘要:如:http://www.htmlx.culub/?searchWord=工商代理当获取链接中所对应searchWord的值时,出现 '%E5%B7%A5%E5%95%86%E4%BB%A3%E7%90%86';正确应该为:工商代理利用函数 decodeURIComponent() 可以解决这问题,... 阅读全文
posted @ 2015-10-08 18:34 小老虎网络 阅读(3127) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示