07 2021 档案

摘要:public class Class1 { private readonly string url = "https://*****"; private readonly string file = Path.Combine(AppDomain.CurrentDomain.BaseDirectory 阅读全文
posted @ 2021-07-26 10:26 94cool 阅读(877) 评论(0) 推荐(0)
摘要:页面跳转传值:value router.push({ pathname: '/list', state: value }); list页面取值: const { location: { state } } = this.props; 阅读全文
posted @ 2021-07-21 11:46 94cool 阅读(78) 评论(0) 推荐(0)