如何插入+, - ,< ,>将字符转换为HTML页面。
我想让它们显示为按钮的标题。
<button id="button2" type="button">+</button>
<button id="button3" type="button">-</button>
<button id="button4" type="button"><</button>
<button id="button5" type="button">></button>
以上将无效。 我怎么能这样做?
答案 0 :(得分:4)
您可以使用HTML编号和代码:
<button id="button2" type="button">+</button>
<button id="button3" type="button">-</button>
<button id="button4" type="button"><</button>
<button id="button5" type="button">></button>
这是一张完整的表格:http://www.ascii-code.com/
答案 1 :(得分:1)
> = >
< = <
- = −
google for + sign:)