เป็นภาษา :: Simplified Chinese(Auto detect)
ผลการค้นหา :: 构造函数
ความหมายคือ คอนสตรักเตอร์ หรือ นวกรรมิก
คําใกล้เคียง ::
1. 无参数构造函数约束 ความหมายคือ ข้อจํากัดคอนสตรักเตอร์ที่ไม่มีพารามิเตอร์
Chinese Converter ::
Simplified Chinese (China)::
构造函数
Traditional Chinese (Taiwan, Hong-Kong)::
構造函數
แยกคำและแปลความหมาย ::
构造函数
gou1 zao4 han2 shu4
构 [gou1] = to construct|to form|to make up|to compose|literary composition|paper mulberry (Broussonetia papyrifera)
造 [zao4] = ก่อ, ตั้ง, ปลูก, รัง, สร้าง หรือ ทำ
函 [han2] = envelope|case|letter
数 [shu4] = จํานวน, ตัวเลข, นับ, นับจํานวน, เลข หรือ จำนวน
ตัวอย่างเพิ่มเติม ::
1. 这个类包含一个构造函数和几个方便的方法,可用于从DOM树检索信息。
1. This class contains a constructor and a number of convenience methods that help retrieve information from the DOM tree.
2. 如果这不是我们想要的,我们可以把构造函数的参数传给非终结符。
2. If this is not desirable, we can pass constructor arguments to the non-terminal.
3. 您可能想知道如果省略了构造函数调用中的圆括号将会发生什么。
3. You might be wondering what happens if you omit the parentheses from the constructor call.
4. 然而,该方法的一个主要缺点是:对于许多类,没有合理的不带参数的构造函数。
4. A big disadvantage to this approach, however, is that for many classes there is no reasonable zeroary constructor.
5. 为了解决这一问题,可以在抛出异常语句期间,在异常对象的构造函数中生成一个堆栈跟踪。
5. To deal with this, you can generate a stack trace in the constructor of the exception object during the throw exception statement.