python 讀寫方式r , r+ , w , w+ , a , a+ ... fd=open(r'f:\mypython\test.py','w') #只讀方式開啟,讀取報錯; >>> fd.read(); Traceback (most ...
確定! 回上一頁