nested block 中文意思是什麼

nested block 解釋
嵌套分程序
  • nested : 巢狀的
  • block : n 1 片,塊,大塊;粗料,毛料;木料;石料;金屬塊;【建築】塊料,砌塊;【地質學;地理學】地塊。2 ...
  1. Remember, floats are not actually contained within a block box, even though they may be nested there in the source code

    記住,浮動實際上並不是真正地被包含在一個塊盒中,即使在源代碼中是怎樣嵌套的。
  2. In nested catch blocks, error line returns the error line number specific to the scope of the catch block in which it is referenced

    在嵌套catch塊中, error _ line返回特定於引用它的catch塊作用域的錯誤行號。
  3. In nested catch blocks, error number returns the error number specific to the scope of the catch block in which it is referenced

    在嵌套的catch塊中, error _ number返回特定於其被引用的catch塊作用域的錯誤號。
  4. In nested catch blocks, error message returns the error message specific to the scope of the catch block in which it is referenced

    在嵌套catch塊中, error _ message返回特定於它被引用catch塊作用域的錯誤消息。
  5. Regular local variables in source code are defined within a block, which may be the entire method body or some nested block

    源代碼中一般的本地變量都定義在一個塊中,這個塊可能是一個完整的方法體或者是一個嵌套塊。
  6. A local variable, already declared in an enclosing block and therefore visible in a nested block, cannot be redeclared in the nested block

    一個語句塊里的變量,可以被其他語句塊再次聲明,但是不可以在嵌套語句塊聲明,但是在嵌套塊里他是可視的。
  7. Function definitions may not be nested but variables may be declared in a block - structured fashion

    函數定義可以不在嵌套結構中,但是變量可以通過結構塊函數聲明
  8. Block can be nested in a

    塊嵌套在
分享友人