左操作数的值向右移动右操作数指定的位数。
您可以尝试运行以下代码以了解如何使用按位右移运算符-
<html> <body> <script> var a = 2; // Bit presentation 10 var b = 3; // Bit presentation 11 document.write("(a >> b) => "); result = (a >> b); document.write(result); </script> </body> </html>
友情链接: json在线解析 通晓查询 糯晒黄历 姓名打分