getParameter和getAttribute的区别
2017-12-20 本文已影响0人
风起天蓝
getParameter 是获取http传输过来的数据
getAttribute 用于页面之间的对象传递,或者在前台获取后台相关的值,是一个对象。使用setAttribute来设置值。
getParameter 是获取http传输过来的数据
getAttribute 用于页面之间的对象传递,或者在前台获取后台相关的值,是一个对象。使用setAttribute来设置值。