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.
我已经解析了 URL,我得到了 JSON 对象,我需要将其存储到数据库中的字符串值。我的问题是:
插入这些 JSON 对象的最佳方法是什么?
我正在存储每个字符串值。还有其他有用的方法吗?
您可以将整个 JSON 存储在一个大文本字段中,但如果您想单独访问这些值,则需要将它们存储在单独的列中。