scriptlet
美
英 
例句
Other changes in Listing 1 have to do with the code being a JSP tag rather than a scriptlet operating within a page.
清單1中其他的更改更多地與作為一個JSP標記的代碼有關,而與在一個頁面內(nèi)運行的scriptlet沒有多大關系。
You do still have the very small scriptlet on the body declaration.
但頁面體聲明中仍然有一個非常小的腳本。
A JSP container handles scriptlets, expressions, and declarations each in a different way.
JSP容器對scriptlet、表達式和聲明的處理各不相同。
Note that when the response is generated, the JSP scriptlet tags will be replaced with the time stamp result.
請注意,當生成響應時,JSPscriptlet標記將被時間戳結果取代。
The scriptlet example in Listing 1, for instance, is critically dependent upon proper matching of braces.
例如,清單1中的scriptlet示例嚴格地依賴于花括號的正確匹配。
In particular, it is fairly common for page authors to resort to scriptlets to implement iterative or conditional content.
尤其是,頁面創(chuàng)作人員常借助scriptlet來實現(xiàn)迭代或條件內(nèi)容。
In general, you should not put scriptlet code into your JSPs, and instead use tags for those tasks.
通常,不應將Scriptlet代碼放置到JSP中,而應使用標記完成這些任務。
The scriptlet to end it is really simple, but often gets forgotten (or put in the wrong place).
結尾的那個scriptlet確實簡單,但是常常被遺忘(或放在了錯誤的位置)。
The only way to reuse a scriptlet is by copy-and-paste.
重用Scriptlet的惟一方式就是“復制-粘貼”。
The values extracted in the JSP scriptlet (in Listing 18) are placed in the hidden fields.
JSP標簽所提取的值(見清單18)都被設置在隱藏域中。
The Java scriptlet handles the logic to figure out which albums to show.
Javascriptlet處理邏輯以查明要顯示的專輯。
The scriptlet to start the loop is rather complex.
開始循環(huán)的那個scriptlet相當復雜。
You used a JSP scriptlet to query and filter the data, and then to write the XML to the page.
您使用了JSP腳本查詢和篩選數(shù)據(jù),然后將XML寫入頁面。
They aren't the right way to do things, but they are (unfortunately) the easy way.
scriptlet并不是正確的方法,但不幸的是,它是一種容易實現(xiàn)的方法。
You should now see a scriptlet icon appear on the page.
現(xiàn)在,您將看到頁面上出現(xiàn)了一個scriptlet圖標。
The most popular example of this is using scriptlets in JSP code.
最常見的一個例子是在JSP代碼中使用scriptlet。
The next line contains a scriptlet that calls the
下一行包含一個scriptlet,它調(diào)用
full JSP scriptlet support, outside code changes immediately available in scriptlets
全面支持JSPscriptlet,外部代碼變化在scriptlet中立即生效
JSP scriptlet for a hidden field with
為隱藏字段定義一個以
We add the Java code to the file between scriptlet tags
我們將Java代碼添加到文件中的scriptlet標記
The line in the example is equivalent to the following line using the standard scriptlet tag
示例中的這一行等價于使用標準scriptlet標記的以下一行