<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <input type="text" disabled> </body> </html>
加上了disabled 不可选了
默认是enable 不用加上参数 自己本来就有了
前端 html input标签 disable 属性
原文:https://www.cnblogs.com/mingerlcm/p/9360322.html