负数右移
- 2017-06-15 10:24:00
- admin 原创
- 368
<!DOCTYPE html> <html> <head> <title> Unsigned Right Shift Example 1 </title> <script type="text/javascript"> var oldValue = -64; //equal to binary 11111111111111111111111111000000 var newValue = oldValue >>> 5; //equal to decimal 134217726 alert(newValue); //134217726 </script> </head> <body> </body> </html>
文章分类
联系我们
电话: | 18902328227 |
---|---|
Email: | 2689701946@qq.com |
QQ: | 2689701946 |
微信: | 18902328227 |
地址: | 广州番禺区繁华路 |