When using def keyword in Groovy, the actual type holder is Object so you can assign any object to variables defined with def, ...
確定! 回上一頁