摘要: 字符串(String)数字(Number)布尔(Boolean)数组(Array)对象(Object)空(Null)未定义(Undefined)var num = 1, boo = true, aa = null, bb, str = 'mary', ... 阅读全文
posted @ 2017-02-09 16:35 ning0_o 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1、绘制坐标轴绘制svg----------var svg_w = 500, // svg的宽度 svg_h = 400, // svg的高度 g_left = 50, // 坐标系离svg的左边距 g_top = 50, // 坐标系离svg的上边距 ... 阅读全文
posted @ 2017-02-09 15:58 ning0_o 阅读(335) 评论(0) 推荐(0) 编辑