請問下面程序段執(zhí)行完畢,變量c的值是()。 <%Session("a")=1:Session("b")=2:c=Session("a")+Session("b")%>
A.12 B.3 C.ab D.以上都不對