3.HTML表单-第三章表单页面调整

2019-03-12  本文已影响0人  博尔茨杰
属性 描述
action URL 提交表单时向何处发送表单数据
method get、post 设置表单以何种方式发送到指定页面
name form_name 表单的名称
target _blank、_self、_parent、_top 在何处打开actionURL
enctype application/x-www-form-urlencoded multipart/form-data text/plain 在发送表单数据之前如何对其进行编码
上一篇 下一篇

猜你喜欢

热点阅读