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.
我正在构建一个网站,该网站主要包含供用户填写的大型表格。如果我想轻松添加未来的表单,那么存储表单数据的最佳方式是什么?
将每个值存储在它自己的列中很乏味,并且不允许轻易地“删除”新形式。XML 是一个好方法吗?其他建议?
谢谢你。
我将使用 JSON 来保存它。但是很难搜索它们。
JSON 将使用更少的磁盘空间,并且很好阅读。