
JAVASCRIPT
seal203
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javascript模拟C#继承练习
var o={ say:function() { if (this.name && this.age && this.sex) { alert('名字叫:'+this.name+',今年:'+this.age+'岁了,是个'+this.sex+'的'); } else { alert('参数不完整'); }原创 2016-05-29 16:05:36 · 484 阅读 · 0 评论 -
easyui 中C#日期Date 转Javascript Date
取出C#数字,javascript new Date(1475164800000) ,新建一个Date对象就可以了formatter:function(value,row,index){var timeValue = eval('new '+ value.replace(/\//g,''));return timeValue.toLocaleDateSt原创 2016-10-04 15:04:28 · 650 阅读 · 0 评论