How to get page id by URL in Flask?
http://localhost/page34
http://localhost/page35
I want the word "page" to be fixed with a letter or number next to it representing the page, how do I do this?
CodePudding user response:
How to get page id by URL in Flask?
http://localhost/page34
http://localhost/page35
I want the word "page" to be fixed with a letter or number next to it representing the page, how do I do this?
CodePudding user response: