• 2022-06-16
    下列选项中,()是正确的JSP表达式。
    A: <;% String s="hello world";%>;
    B: <;%=hello world";>;
    C: <;%="hello world"%>;
    D: <;%!"hello world"%>;