gpt4 book ai didi

angularjs - 如何从 angularjs $http 发送点字符作为参数

转载 作者:太空宇宙 更新时间:2023-11-03 23:07:31 24 4
gpt4 key购买 nike

我正在尝试将 . (点)作为字符串发送到 Nodejs 中的以下 aspi 调用。我正在使用 Angularjs $http 对象。

我可以看到正在使用我在搜索框中输入的点 (.) 字符进行调用。

https://localhost:3003/posts/search/ .

但是,当我通过谷歌开发者工具看到ajax调用时,它的调用方式为:

https://localhost:3003/posts/search/

如何传递点字符?

代码是:

返回

$http.get('https://localhost:3003/posts/search/.').then(getPostCompleted).catch(function (message) {
handleException(message);
});

我认为我不必对此进行 btoa 或 atob 吗?

谢谢上午

最佳答案

您应该使用 get params 使用类似以下内容:

https://localhost:3003/posts/search?req=.

并获取代码中的req 参数。我知道这不是您想要的路线,但我认为点是一个特殊字符,不能在 route 使用,因为它用于域

关于angularjs - 如何从 angularjs $http 发送点字符作为参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30095288/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com