zwei1121

博客园 首页 新随笔 联系 订阅 管理

当MVC View内容包含

<div style="background-image:url('');">
</div>


<div class="test">
</div>
<style type="text/css">
    .test
    {
        background-image: url('');
    }
</style>

时,Controller会被请求二次

posted on 2013-01-24 15:56  zwei  阅读(1764)  评论(3编辑  收藏  举报