随笔分类 -  js学习笔记

摘要:HTML: <div class="container"> <form> <div class="form-group"> <label for="phone" class="control-label">手机号</label> <div class="col-sm-11"> <input type 阅读全文
posted @ 2018-08-03 16:23 阿狸王国 阅读(653) 评论(0) 推荐(0)
摘要:title: {//图表标题 x: 'left', //组件离容器左侧的距离,left的值可以是像20,这样的具体像素值, 可以是像 '20%' 这样相对于容器高宽的百分比,也可以是 'left', 'center', 'right'。 y: 'top',// grid 组件离容器上侧的距离,可以使 阅读全文
posted @ 2018-08-03 15:58 阿狸王国 阅读(598) 评论(0) 推荐(0)
摘要:一、 JS获取任意两个数之间的随机数 参考:https://www.jb51.net/article/89629.htm 二、获取一个10–100范围的数 参考:https://zhidao.baidu.com/question/1177815347230894259.html 阅读全文
posted @ 2018-07-02 17:44 阿狸王国 阅读(127) 评论(0) 推荐(0)