當我連接時,我得到奇怪的輸出。 當它使用這個:奇怪的文字連接
print 'sadasdadgdsfdajfhdsgsdkjhgsfjhdfdsfds'+'.323232600656520346403'
它工作正常。
,但是當我這樣做:
getReference = open('test.txt','r')
for line in getReference:#os.path.exists(''+line+'.txt')
try:
with open(''+line+'.txt') as f: pass
except IOError as e:
newURL ='http://www.intrat.th/'+''.join(line)+'.fsta'
print newURL
當我打印的newURL它不給我一個行的文本,而是它有.fsta在第二行。 這是爲什麼發生?
謝謝@Andre百隆 – 2012-07-09 18:07:50