javascript语法如何设置input框为只读效果

2024年05月26日 建站教程

javascript语法中如何设置input框为只读,下面web建站小编给大家简单介绍一下!

具体代码如下:

document.getElementById("button").onclick = function() {
  my("input").setAttribute("readOnly", true);
}

本文链接:http://so.lmcjl.com/news/5346/

展开阅读全文
相关内容