javascript - 要给后台传一个json过去,放在url后面,要用到URIEncode吧,这个怎么弄呢?
大家讲道理
大家讲道理 2017-04-10 15:00:26
0
2
388

...
{
"cnds": [{
"n": "phone",
"v": "12345678",
"op": "="
}],

"orders": [{
    // 要排序的字段名
    "c": "phone"
    // 排序:asc or desc
    "d": "asc"
}]

}
...

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!