logo
  • 教程列表
  • SO官方文檔
  • 運算子
    • 存在運算子
    • 完整的預設運算子列表
  1. StackOverflow 文件
  2. coffeescript 教程
  3. 運算子
  4. 完整的預設運算子列表

完整的預設運算子列表

Created: November-22, 2018

CoffeeScript JavaScript 的
is, == ===
isnt, != !==
not !
and &&
or ||
true, yes, on true
false, no, off false
@, this this
of in
in 沒有對應的
a ** b Math.pow(a, b)
a // b Math.floor(a / b)
a %% b (a % b + b) % b
  • 存在運算子

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明