function random(start,end){ var sum=end-start+1 return Math.floor(Math.random()*sum+start) }
posted on 2017-03-30 23:57 熊熊之火 阅读(394) 评论(0) 编辑 收藏 举报