removeAttr("readonly");//去除input元素的readonly屬性if($('input').attr("readonly")==true)//判斷input元素是否已經設定了readonly屬性.
確定! 回上一頁