import os
os.path.normpath(pages)
normalizes your path and returns:
'/bbs/board.php?bo_table=humor&wr_id=195?los=09&qwe=2&'
You don’t have to reinvent the wheel.
solved Why do errors occur? [closed]
import os
os.path.normpath(pages)
normalizes your path and returns:
'/bbs/board.php?bo_table=humor&wr_id=195?los=09&qwe=2&'
You don’t have to reinvent the wheel.
solved Why do errors occur? [closed]