To access public instance variables, precede the field name with a dot and a hyphen: (.-x (java.awt.Point. 10 20)) ;=> 10 This returns the value of the ...
確定! 回上一頁