2015年4月27日

将 Date 转化为指定格式的String

摘要: //对Date的扩展,将 Date 转化为指定格式的String//月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, //年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字) //例子: //(new Date()).Fo... 阅读全文

posted @ 2015-04-27 17:05 云中园 阅读(558) 评论(0) 推荐(0) 编辑

Node.textContent

摘要: https://developer.mozilla.org/en-US/docs/Web/API/Node/textContentNode.textContent属性可以表示一个节点及其后代节点的文本内容。语法var text = element.textContent;element.textCo... 阅读全文

posted @ 2015-04-27 15:33 云中园 阅读(510) 评论(0) 推荐(0) 编辑

导航