以只读的方式打开文本文件‘a.txt’的代码是?( )
f=open('a.txt','r')
f=open('a.txt','w')
f=open('a.txt','a')
f=open('a.txt','r+')