gpt4 book ai didi

flutter - 如何在Flutter或Dart中将字符串编码为RFC 3986?

转载 作者:行者123 更新时间:2023-12-03 03:55:34 25 4
gpt4 key购买 nike

我正在尝试将字符串编码为RFC3986。我找到了方法Uri.encodeComponent,但是将字符串编码为RFC 2396。
基本上,我正在寻找PHP中方法的替代方法,即rawurlencode。在php中,此方法将字符串编码为RFC3986。Dart或Flutter中是否有这样的方法?

最佳答案

所以我从Dart SDK gitter Channel找到了答案。
使用Uri.encodeQueryComponent,它与encodeComponent相同,但是使用RFC 3986,而不是使用RFC 2396兼容表。

关于flutter - 如何在Flutter或Dart中将字符串编码为RFC 3986?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61459598/

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