【数据库模型类】 class ConColumn(db.Model): __tablename__=\'content_column\' id = db.Column(db.Integer, primary_key=True)
How do I get this form input to be stored in a variable, that I can then use later - rather than being appended to the end of the URL?