用于获取画布的渲染上下文对象的方法是( )。
A: getContent
B: getContext
C: getGraphics
D: getCanvas
A: getContent
B: getContext
C: getGraphics
D: getCanvas
B
举一反三
- 获得canvas对象的绘图上下文的方法是? A: getCanvas(); B: getGraphics(); C: getContent(); D: getContext();
- 哪个HTML5内建对象用于在画布上绘制 A: getContent B: getContext C: getGraphics D: getCanvas
- 哪个HTML5内建对象用于在画布上绘制图形?( ) A: getContent B: getContext C: getGraphics D: getCanvas
- 调用canvas对象的哪个方法来获取绘图环境() A: getContent B: getContext C: getGraphics D: getCanvas
- 哪个 HTML5 内建对象用于在画布上绘制? A: getContent B: getContext C: getGraphic D: getCanvas
内容
- 0
调用Canvas对象的哪个方法来获取绘图环境() A: getCanvas B: getContent C: getContext D: getClient
- 1
以下哪个方法用于返回画布上的绘制上下文对象 A: getContext B: getElementById C: write D: writeln
- 2
创建canvas画布使用的方法是()。 A: getContent("3d") B: document.Context("3d") C: getContext("2d") D: document.Context("2d")
- 3
ServletContext接口的()方法用于将对象保存到Servlet上下文中?选一项 A: getServletContext() B: getContext() C: getAttribute() D: setAttribute()
- 4
用于获取servlet上下文参数的方法是 用于获取servlet初始化参数的方法是