-
这个标记有助于描述其作用域内的所有数据元素是什么吗?
Does this tag help describe what all data elements in its scope are?
youdao
-
它简单,而且是JSP数据的默认作用域。
It's simple, and is also the default scope for JSP data.
youdao
-
对于JSP数据坚决使用page作用域。
Stick with page scope for your JSP data.
youdao
-
将application作用域专用于全局数据。
Reserve application scope for global data.
youdao
-
将application作用域专用于全局数据。
Reserve application scope for global data.
youdao