encode(employee) // 2 let string = String(data: data, encoding: .utf8)! Here's how this code works: Encode employee to JSON with encode(_ ...
確定! 回上一頁