• 2022-06-11
    Bootstrap框架中的 .img-responsive 类可以让图片支持响应式布局,它的实现原理是()。
    A: 设置max-width: 100%;和height: auto;
    B: 设置max-width: 100%;和height: 100%;
    C: 设置width: auto;和max-height: 100%;
    D: 设置width: auto;和height: auto;