`
niuniufei
  • 浏览: 3101 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论
文章列表
1、绘制矩形函数:     rect(x,y,width,height)     fillRect(x,y,width,height)     strokeRect(x,y,width,height) 2、线条属性:      lineWidth()     lineCap = "butt"(round,square);       lineJoin = miter(bevel,round);       miterLimit = 10;(一旦miter的像素超过一定的像素限制,会显示为bevel) 3、图形转换:        context.translate(100, ...
1、list(列举)命名参数:max:能够返回的对象数目最大值;offset:相对于其实位置0的偏移量;sort:需要分类的属性;order:排序方式,使用asc表示升序,desc表示降序。通常和count()方法一起使用,count方法用来计算数据库中数据的总数。 详情见附件
Global site tag (gtag.js) - Google Analytics