... i++) { SetReadOnly(ctrl[i], true); } function SetReadOnly(i, torf) { $('#'+i+'').prop('readonly', true); } }); </script> <div id=”WebContent”> < ...
確定! 回上一頁