单项选择题

若要在网页中输出     j=,正确的是:( )  A.
           var j=Math.pow(2,10);           document.write(j);  B.            var j=Math.pow(10,2);           document.write(j); 
C.            var j=Math.pow(2,10);           alert.write(j); 
D.            var j=Math.pow(2,10);           document.write(j); 

微信扫码免费搜题