python from mamba import Mamba app = Mamba() @app.route('/') def home(request): return 'Welcome to the home page!' @app.route('/about') def about(request): return 'This is the about page.' if __name__ == '__main__': app.run() pip install mamba


上一篇:
下一篇:
切换中文