错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

TextField and TextArea

  • Courtney Zhan

摘要

Text fields are commonly used in a form to pass user-entered text data to the server. There are two variants (prior to HTML5): password fields and text areas. The characters in password fields are masked (shown as asterisks or circles). Text areas allow multiple lines of text. See Figure 5-1 for examples.