<html>
    <body>
        <script language="JavaScript">
            var a=4;
            var b=2;
            if(a==3)
                document.write(a);        
            else
                document.write(b);
        </script>
    </body>
</html>

 

相关文章:

  • 2021-05-01
猜你喜欢
  • 2022-02-23
  • 2021-12-17
  • 2021-07-26
  • 2021-07-26
相关资源
相似解决方案