Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 type="email" 元素有一个pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$"但不包括以下内容。
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$"
我如何将它们包含在模式中?
I'm using this code to define an applet with jar cache versioning:
<object classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA"> <param name="width" value="500" /> <param n