Response.Write vs <%= %>

后端 未结 15 2676
我在风中等你
我在风中等你 2020-12-28 14:34

Bearing in mind this is for classic asp

Which is better, all HTML contained within Response.Write Statements or inserting variables into HTML via &l

15条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 15:06

    You should frame this questions in terms of code reuse and code maintainability (aka readability). There is really no performance gain either way.

提交回复
热议问题