摘要: 提问 blazor如何设置定时任务刷新页面 回答 1.使用Timer 2. 触发页面状态已经改变 InvokeAsync(StateHasChanged); protected override async Task OnInitializedAsync() { try { base.OnIniti 阅读全文
posted @ 2023-04-17 15:46 东百牧码人 阅读(1461) 评论(2) 推荐(0)