摘要:
https://blog.coding.net/blog/ios-testFlight 阅读全文
摘要:
http://www.paintcodeapp.com/news/iphone-6-screens-demystified 阅读全文
摘要:
The CSS padding properties define the space between the element border and the element content.PaddingThe padding clears an area around the content (i... 阅读全文
摘要:
我们常常会通过datetime得到时间,但是网页前台往往会显示不同的时间如:2013-12-15 2013年12月23日 2013 12 15等多种显示效果,这就需要我们把时间格式化一下。下面是通过Jquery格式化时间:$(function () { var time = '2013/9/29 1... 阅读全文