form action信息详情
form action发音
意思翻译
表单操作
相似词语短语
action───n.行动;活动;功能;战斗;情节;精彩活动;n.(Action)(英)埃克申(人名)
form───vi.形成,构成;排列;n.形式,形状;形态,外形;方式;表格;n.(Form)人名;(英)福姆;(法、德)福尔姆;vt.构成,组成;排列,组织;产生,塑造
action figure───(仿影视等角色的)战士玩偶,人偶;动作人物;可动人型;玩具人;活动人
military action───[法] 军事行动
action painting───泼洒画(一种抽象派绘画); 行动派绘画;行动绘画;行为绘画;行动画派;动作画
causable action───可引起的行为
action shots───行进间投篮
dispossessory action───剥夺权利行为
action signs───行动标志
双语使用场景
Form action class contains behavior for form actions.───表单操作类包含表单操作的行为。
Action style is used to specify an image, URL, or button for a form action.───Action style用于指定图像、URL或按钮的表单动作。
That element specifies a form action.───该元素指定了一个表单动作。
The form action is set up to jump back to this login page, so code has to be added to handle the actual login.───表单操作被设置为跳回这个登录页面,因此必须添加一些代码来处理实际的登录操作。
Gets a value indicating whether the browser requires unique form-action URLs.───获取一个值,该值指示浏览器是否需要唯一的窗体-操作URL。
The corresponding html contains a reference to addCustomer. php as the form action along with the POST method.───对应的html包含一个对addCustomer.php的引用(作为表单动作)和POST方法。
The following code example shows how to determine whether the browser requires unique form-action URLs.───下面的代码示例演示如何确定浏览器是否需要唯一的窗体-操作URL。
JSP tags and attributes replace HTML tags and attributes. form action= "join. jsp"───JSP标记和属性替代了HTML标记和属性。
英语使用场景
I implemented one form class (Listing 10) and one form action class (Listing 11) to facilitate the Add User page flow.