匹配年龄等于18的字段 错误的写法:url = “http://ip/api/$filter=age eq 18” 正确的写法:url = “http://ip/api/$filter=age%20eq%2018” PS:空格要用%20代替