今天给后台传值,发现请求数据后后台接收的数据不完整,就是类似于
http://xxxxxxxxxxxxxx?type=String
String 为一个很长的字符串
后台无法接收完整的String 这是怎么回事?
收起
把get方式改成post,通过post方式传参
报告相同问题?