运行表单(cart)的命令是______。
A: DO cart
B: DO cart.scx
C: DO FORM cart
D: RUN FORM cart
A: DO cart
B: DO cart.scx
C: DO FORM cart
D: RUN FORM cart
举一反三
- How do you get a cart at the airport?
- Do not put the cart before the horse.汉语翻译:不要本末倒置。
- Given that a scoped attribute cart exists only in a user’s session, which two, taken independently, ensure the scoped attribute cart no longer exists?() A: ${cart = null} B: C: D: E: cart F: G: ${cart}
- Given that a scoped attribute cart exist only in a user’s session, which two, taken independently, ensure the scoped attribute cart no longer exists?() A: ${cart = null } B: <c:remove var=”cart” /> C: <c:remove var=”${cart}” /> D: <c:remove var=”cart” scope=”session” /> E: <c:remove scope=”session”>cart</c:remove> F: <c:remove var=”${cart}” scope=”session” /> G: <c:remove scope=”session”>${cart}</c:remove>
- Given that a scoped attribute cart exists only in a user’s session, which two,taken independently,ensurethe scoped attribute cart no longer exists?() A: ${cart = null} B: <c:remove var="cart" /> C: <c:remove var="${cart}" /> D: <c:remove var="cart" scope="session" /> E: <c:remove scope="session">cart</c:remove>