单项选择题

A.Dense(30,input_shape=(20)
B.Dense(20,input_shape=(30)
C.fit(data,labels,20,30)
D.fit(data,labels,30,20)