【单选题】
在Photoshop的颜色拾取器(ColorPicker)中,可以对颜色有()描述方式。 
A、 1种
B、 2种
C、 3种
D、 4种
A、 1种
B、 2种
C、 3种
D、 4种
A、select col1,col2,col3 from T1 into T2(col1,col2,col3) B、insert T1 (col1,col,col3) into T2(col1,col2,col3) C、insert into T2 (col1,col2,col3) as select col1,col2,col3 from T1 D、insert into T2(col1,col2,col3) select col1,col2,col3 from T1;