表单不可输入一般用disabled或display=none.但是这样页面并没有变化,所以如果想让鼠标变成红色的警告。就可以用如下属性:
复制代码代码如下:
style="cursor: not-allowed" disabled
示例代码如下:
复制代码代码如下:
<input type="text" style="cursor:not-allowed" disabled />
复制代码代码如下:
style="cursor: not-allowed" disabled
示例代码如下:
复制代码代码如下:
<input type="text" style="cursor:not-allowed" disabled />