js中<<是什么运算符左移运算符 (<<)说明<<运算符把 expression1 的所有位向左移 expression2 指定的位数。例如:var temptemp = 14 <<2变2023-02-21JavaScript230