选项col=4或col="blue"代表蓝色。( )
举一反三
- 在col参数中,下面哪两个是等价的( )。 A: 4 B: 2 C: 3 D: blue
- 需要规定当前网页中链接文字的色彩为蓝色,正在被点击的链接文字的色彩为红色,点击过的链接文字的色彩为灰色,则正确的选项为( )。 A: <body link="blue" alink="red" vlink="gray"> B: <body link="rgb(0,0,255)" alink="rgb(255,0,0)" vlink="rgb(128,128,128)"> C: <body link=" D: 0000FF" alink=" E: FF0000" vlink=" F: 808080"> G: <body link="rgb(0,0, H: FF)" alink="rgb( I: FF,0,0)" vlink="rgb( J: 80, K: 80, L: 80)">
- 常用的内置聚合函数有( ) A: max(col) B: min(col) C: count(*) D: sum(col)
- 在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)
- R 语言中,代表注释语句起始的符号是( )。 A: "," B: ";" C: ":" D: " E: "