【原创】购买商品数量加减(含特大加粗加减符号)

<html>
<form>
<input type=text name=amount value=1>
<input type=button value="+" onClick="javascript:this.form.amount.value++;">
<input type=button value="-" onClick="javascript:if(this.form.amount.value>1) this.form.amount.value--;">
</form>
</html>

 

你可以直接复制    ➕(加粗的加号)   ➖ (加粗的减号)

posted @ 2018-06-16 18:59  阿波罗任先生  阅读(5837)  评论(1编辑  收藏  举报