用session可以实现啊,在本页面定义session["words"]=words.text,然后在你需要调用的页面用session["words"].tostring()就可以了
能实现,只要是表单元素,都是用request对象获取