多项选择题

A、int a=Integer.parseInt(abc789);
B、int a=(int)’我’;
C、int a=int(’我’);
D、int a=Integer.parseInt(’a’);