摘要: import React, {useEffect} from 'react' const getDetails = function (call) { // 发送一个get请求 jquery $.get('/接口地址').done(res => { call(res) }) } const App 阅读全文
posted @ 2022-10-13 15:16 VictoriaC~ 阅读(299) 评论(0) 推荐(0) 编辑