我需要一个带有如下查询字符串的网址:
locals: {full:true}
所以我像这样使用/api/search/?path=parent/parent/parent/child
:
$location
但最终剥离的分隔符如下:
$location.search('path', 'parent/parent/parent/child')
有没有办法在没有解码的情况下获取未转义的斜杠?我想避免:
/api/search/?path=parentparentparentchild