瞭解如何使用括號與冒號運算子設定函式與方法的參數。
()
:
,
Mode( Horizontal );
MaxErrors( 2, 0.25 );
Mode: Horizontal;
MaxErrors: 2, 0.25;
DontFind();
DontFind;
這個頁面有幫助嗎?