摘要:
原文:http://www.yilmazhuseyin.com/blog/dev/curl-tutorial-examples-usage/阮一峰的这个教程也不错:http://www.ruanyifeng.com/blog/2011/09/curl.htmlCurl is a linux util... 阅读全文
摘要:
html5的form元素对日期时间有丰富的支持问题是,你使用了它们后,发现日期并不是默认在当天的(没有默认任何日期),而且el.value=new Date()也不行,只支持yyyy-MM-ddTHH:mm:ss.SSS(或其部分)这种形式的的字符串:From thedocumentation:A string representing a date.Value: A valid full-date as defined in[RFC 3339], with the additional qualification that the year component is four or more 阅读全文