我不太了解,但我希望以下帮助;)
你可以用JQuery做到这一点:
<script> $('#contact-modal').on('show.bs.modal', function() { $("input[name='my_name']").first().attr('max',my_max_value); }) </script>