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.
我创建了一个简单的 CRUD 应用程序,但是我的一个域类有 80 多个属性。默认输入表单是一团糟,因此我想将它组织成字段组,并将不同的字段组放置在不同的 jQuery 选项卡上。
谁能告诉我处理它的最佳方法是什么?最佳意味着对默认值的最小更改。