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.
是否可以通过 Eclipse 中的班级将我所有的联系电话发送到 php?或 post 仅限于原始类型,我必须找到解决方法将它们作为 String 发送?
我建议:在 Post 请求中将它们作为Json发送,在开始之前,查看GSON项目并记住将内容设置为 application -> json。祝你好运