可能重複:
What do these operators do?
What is this expression in Java (1 << 2)?的Javascript運營商<< and >>
是什麼>>和< <運營商在JavaScript中嗎?
我以前從來沒有見過他們,我正在試圖理解他們。
任何幫助表示讚賞:D
可能重複:
What do these operators do?
What is this expression in Java (1 << 2)?的Javascript運營商<< and >>
是什麼>>和< <運營商在JavaScript中嗎?
我以前從來沒有見過他們,我正在試圖理解他們。
任何幫助表示讚賞:D
它們是標準按位移位運算符。您需要繪製1和在紙上0,以便更好地理解它:
https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Expressions_and_Operators
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/Bitwise_Operators?redirectlocale=en-美國&redirectslug = Core_JavaScript_1.5_Reference%2FOperators%2FBitwise_Operators – PeeHaa
試圖找到這個問題,這是一個愚蠢的,如果只是它不是很難搜索[SO] – zzzzBov
爲了解決這種關於語言的問題,請諮詢參考。關鍵字當然是**運營商**。 -1因爲你知道*尋找什麼*。 – 2012-09-07 23:19:53