167 
Which regular expression, inserted at line 12, correctly splits test into "Test A", "Test B", and "Test C"?
(A) String regex = "";
(B) String regex = " ";
(C) String regex = ".*";
(D) String regex = "\s";
(E) String regex = "\.\s*"; (AB) String regex = "\w[.] +";
答案:登入後查看
統計: A(1), B(0), C(0), D(1), E(10) #2195006
統計: A(1), B(0), C(0), D(1), E(10) #2195006