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 个字段被更改并需要保存。你:
set_property()
我可能错了,但似乎我见过的大多数例子都只是做#1。如果您在 1 个表中有 100 多个帖子的大型列表,您不想每次更新 1 个字段时都循环并保存它们...
我会使用#2,跟踪自上次保存以来发生的变化。
#2