在我的源代碼行:這條python行有什麼問題?
a = testSourceDir.find("\\", testSourceDir.find("\\drv")+1)
是在殼中顯示:
a = testSourceDir.find("\", testSourceDir.find("\\drv")+1)
,但提供了以下錯誤:
SyntaxError: unexpected character after line continuation character
我在做什麼錯?
你是什麼意思「是在shell中顯示爲」。你是否將它保存在.py文件中,或者將其運行在python控制檯上 – 2011-02-02 13:05:21