下面哪几项在编译时候,会出现错误提示()。
A:int a=Integer.parseInt(abc789);
B:int a=(int)’我’;
C:int a=int(’我’);
D:int a=Integer.parseInt(’a’);
出自:计算机科学