For standard group, the accommodation should be __
A. 3-star hotels
B. 4-star hotels
C. 2 to 3-star hotels
D. below 2-star hotels
查看答案
When designing a travel itinerary, we should avoid
A. . rising tourists’ curiosity
B. unnecessary or wrong way and walking the same route repeatedly
C. . separating similar tourist attractions
D. a considerate guide
canvas对象使用属性( )设置填充绘画的颜色、渐变或模式。
A. strokeStyle
B. fillStyle
C. shadowColor
D. shadowBlur
使用方法( )在画布(10,10)的位置上按宽50px、高50px绘制图像img。
A. drawImage(img,10,10,50,50)
B. drawImage(img,50,50,10,10)
C. createImageData(10,10)
D. createImageData(10,10,50,50)
在javaScript编程过程中,可用 、获得鼠标在网页中的位置。(请先写x坐标,再写y坐标)