gpt4 book ai didi

react-native - 如何在React Native WebView中传递发布参数?

转载 作者:行者123 更新时间:2023-12-04 16:50:42 25 4
gpt4 key购买 nike

我有一个网址,我想使用WebView在我的应用程序中打开,以避免用户不得不从应用程序重定向到移动浏览器。但是,我要显示的网页需要一些发布参数,例如发布表单中的参数。如果是GET情况,我只会将参数附加到url上。

<WebView
source={{uri: 'https://mypage.com/index.php', headers: '---', body: '---'}}
style={{marginTop: 20}}
/>

是否将它们以 headersbody格式放置?还是有另一种方法?我想将参数设置为键值格式,即 cat=himalayan&dog=pug&fish=shark

最佳答案

您将必须在源 Prop 中添加这样的方法

<WebView
source={{uri: 'https://mypage.com/index.php', headers: '---', body: '---',method:'POST'}}
style={{marginTop: 20}}
/>

关于react-native - 如何在React Native WebView中传递发布参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48630853/

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