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.