摘要: var rand = (min,max) => Math.round(Math.random()*(max-min))+min;document.write(rand(2,99)); 0 <= Math.random() <1 0 <= Math.random()*(b-a) < b-a a <= 阅读全文
posted @ 2020-04-10 16:03 咖啡无眠 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: Date.prototype.format = function(fmt){ var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 "m+" : this.ge 阅读全文
posted @ 2020-04-10 15:41 咖啡无眠 阅读(421) 评论(0) 推荐(0) 编辑
摘要: --select * from TGridColumn where GridID='GridOrderItem-FNR299' declare @GridID nvarchar(50) --GridID set @GridID='GridOrderItem-FNR310' update TGridC 阅读全文
posted @ 2020-04-10 08:26 咖啡无眠 阅读(183) 评论(0) 推荐(0) 编辑