text = f.read() print("JSON Format: ", text) print("Type: ", type(text)) print("From JSON String Transform To Python Dict")
確定! 回上一頁