【发布时间】:2020-12-22 05:19:26
【问题描述】:
spring_page 有 human_number,这些数据将是基于 react_pages 的需求数据 所以我想将human_number 发送到react_page
<spring_page> <react_page>
localhost:8080 ==> localhost:3000
现在我通过使用 url 直接发送数据来做到这一点 在 spring_page -> 调用 localhost:3000/human_number 并且反应使用获取human_number参数
所以数据说得太清楚了。我想隐藏 human_number Like POST_method [post_param] 我对 REACT 很陌生,所以这可能是一个非常愚蠢的问题,或者我走错了路 我该如何解决这个问题?
【问题讨论】:
标签: reactjs redirect post routes