使用js設置input標籤只讀readonly 屬性 ... <input type="text" id="test" > <input type="button" value="只讀" onclick="setReadonly;"> <input ...
確定! 回上一頁