Step 1: Future<List<NameData>> generateList() async { final response = await http.get('https://jsonplaceholder.typicode.com/posts'); var ...
確定! 回上一頁