摘要:
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 <= 阅读全文
摘要:
Date.prototype.format = function(fmt){ var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 "m+" : this.ge 阅读全文
摘要:
--select * from TGridColumn where GridID='GridOrderItem-FNR299' declare @GridID nvarchar(50) --GridID set @GridID='GridOrderItem-FNR310' update TGridC 阅读全文