QueryString
参数
常用释义
英式发音
美式发音
基本释义
- n. 查询字符串;参数;字串;属性;变量的名称
例句
-
1·The server USES parameters from the URL querystring.服务器使用URL querystring中的参数。
-
2·Alternative to Response. Redirect with Request. Querystring.替代响应。重定向请求的查询字符串。
-
3·The category's products to view would be specified by a querystring parameter.可以通过查询字符串参数来指定要查看的该类别的产品。
-
4·The unid is implicitly specified when there is a querystring parameter unid.unid是在查询字符串参数unid中隐式指定的。
-
5·If there is a unid parameter in the JSP? S querystring, the form tag USES that unid to open a document.如果在JSP查询字符串中有一个unid参数,那么form标签就会使用这个unid来打开一个文档。
-
6·It takes a single querystring parameter called unid whose value is the document unique id of the requested document.它利用一个单独的查询字符串uid,其值为所请求文档的惟一id。
-
7·Short version: what is the most simple way to render a link to a controller's action with an array in querystring?短版:提供一个链接到一个控制器的一系列行动中来的最简单的方法是什么?
-
8·In this case, TripController redirects you to the list action, passing along all of the parameters (or QueryString) in the params hashmap.在此,TripController重定向到list动作,同时传递params hashmap中的所有的参数(或QueryString)。
-
9·This method is limited in the amount of data that can be easily communicated, because both querystring and cookies are limited in size.此方法仅限于可轻松通信数量的数据使用,因为querystring和cookie都有大小限制。
-
10·One catch is, I want all the querystring values to be the same also, except for 1 which is what the drop down list will be overriding.一个美中不足的是,我希望所有的查询字符串值是也一样,除1这是什么下拉列表将被覆盖。