const employees = ['John', 'Jane', 'Leo'] const employeesStr = JSON.stringify(employees); console.log("employee array after stringified: " ...
確定! 回上一頁