猛跑小猪
mongodb中ObjectId和ObjectId.toString查询有什么区别urlencode() 返回一个请求字符串格式的数据字符串 (如, "a=2&b=3&b=5" )。一个完整的例子例如, 给定这个HTML表单:<form action="/foo/bar/" method="post"><input type="text" name="your_name" /><select multiple="multiple" name="bands"><option value="beatles">The Beatles</option><option value="who">The Who</option><option value="zombies">The Zombies</option></select><input type="submit" /></form>如果用户在 your_name 中输入 "John Smith" ,并且在多选框中同时选择了The Beatles和The Zombies,那么以下就是Django的request对象所拥有的: