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.
我正在使用 Python 读取一些最初提交到表单并从 API 获取的数据。整个表单数据以字符串形式存在。
不过,我不认识这个字符串的格式,而且我不确定如何正确读取这些数据。
字符串的格式如下:
a:24:{s:9:"FirstName";s:5:"Myfirstname"; ... }
letter:number:
谢谢!