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.
我有一个充满化学元素的下拉菜单。有什么办法可以正确格式化它们吗?例如:H 2 O
您可以尝试使用Unicode 下标字符:
<select> <option>H₂O</option> </select>
此处的工作示例:http: //jsfiddle.net/pZ3mg/