$input.disabled = true;
要么
$input.disabled = "disabled";
哪种标准方式?而且,相反,如何启用禁用输入?
javascript jquery html-input
html-input ×1
javascript ×1
jquery ×1