-5
簡單源爲什麼會出現錯誤?
class page:
pages = "/.././ewcwe/../qds/./qwd/qwf/qwd/../../../sad/qwd/../sad/qwd/sad/.././../../../../bbs/./board.php?bo_table=humor&wr_id=195?los=09&qwe=2&"
def __init__(self):
self.normalize()
def normalize(self):
for j in range(1, len(self.pages)):
if self.pages[j-1] != "." and self.pages[j] == "." and self.pages[j+1] == "/":
self.pages = self.pages[:j] + self.pages[j+2:]
print self.pages
print self.pages
index = page()
有沒有問題,但是會出現誤差。 爲什麼會出現錯誤?
也許你應該告訴我們錯誤是什麼? – Alex
...並獲得正確的格式。 –
是的,因爲我們不知道在這裏或代碼中發佈的格式是否有誤(以及錯誤)。 –