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