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.
除了 Ajax 示例之外的所有示例都使用 javascript 创建随机值。从数据库加载的标准方法是什么?我不一定需要使用 Ajax 加载,但我不认为我想生成每个值并将其写在 html 中,还是必须这样做?
如果您不想使用 ajax,则必须在 html 上写入每个值。别无退路。使用分页有助于减轻负载。