在处理器中,向Model中加入键为par的数据,( )能在页面中访问到此数据?
A.${par}
B.${request.par}
C.${requestScope.par}
D.${scope.par}
正确答案是AC