下列选项中,()是正确的表达式。 
A:<% String s = “hello world ” ;%>  
B:<% = “hello world ” ;%> 
C:<% = “hello world ” %>  
D:<% ! “hello world ” %>
出自:计算机科学