我的源代碼:#!/usr/bin/env python# -*- coding: utf-8 -*-file = open(r"D:\Android\python\test.txt","w+")
file.write('hello')
file.read()python test1.py后,用記事本打開文件顯示亂碼,請問這是怎么回事???
- 1 回答
- 0 關(guān)注
- 1188 瀏覽
添加回答
舉報
0/150
提交
取消