摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>Document</title> <style> #map { width: 800px; height: 600px; background-color 阅读全文
posted @ 2019-01-21 19:11 写的BUG代码少 阅读(238) 评论(0) 推荐(0) 编辑
摘要: function getRandom(min,max) { return Math.floor(Math.random()*(max - min + 1)) + min; } function Box(parent,options) { options = options || {}; this.w 阅读全文
posted @ 2019-01-21 12:10 写的BUG代码少 阅读(261) 评论(0) 推荐(0) 编辑