Error: End tag for 'optgroup' which is not finished. You have probably failed to
include a required child element. Hence the parent element is "not finished",
not complete.
Run Code Online (Sandbox Code Playgroud)
我想在select选项中实现类似的功能.
USA
UK
--
Afghanistan
Run Code Online (Sandbox Code Playgroud)
我想把几个重要国家放在首位,然后是一个不可选择的分隔符,然后排序其余国家的列表.
我把这个分隔符用空'optgroup'.虽然它在所有浏览器中都运行良好,但我得到验证错误.
可能有哪些其他方法来实现这一点?