HTML中ID与Name的命名规范
http://www.w3.org/TR/html401/types.html#type-cdata中的规范规定是如下:
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
本文详细解析了HTML中ID与Name的命名规范,包括字母开头,允许字母、数字、连字符、下划线、冒号和点等字符组成的规则。
2996

被折叠的 条评论
为什么被折叠?



