Example: The greeting function accepts a String parameter and returns nothing. function_ex2.dart. void greeting(String name) { var s = 'Hello $name'; ...
確定! 回上一頁