Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题:使用数据库中的内容填充网页时,您应该 1) 查询数据库并显示检索到的内容吗? 或 2) 查询数据库并将检索到的内容保存到变量中并使用该变量填充数据库,以免每次用户刷新页面时都对数据库进行不断不必要的查询?然后仅在数据库更改时更新变量。