Google chrome form textbox limit
What is the tex开发者_如何学JAVAt box limit for google chrome in characters.
Virtually unlimited (limited only by computer memory). You can limit it using the maxlength parameter though:
<input type="text" maxlength="32" />
精彩评论