RT,因为动态生成的input框,所以 $('input').attr('readOnly', true);无效。
使用 $('body').on('focus', 'input', function() { $(this).attr('readOnly', true) });
RT,因为动态生成的input框,所以 $('input').attr('readOnly', true);无效。
使用 $('body').on('focus', 'input', function() { $(this).attr('readOnly', true) });