2021年12月21日

搞清clientHeight、offsetHeight、scrollHeight、offsetTop、scrollTop

摘要: 网页可见区域高:document.body.clientHeight 网页正文全文高:document.body.scrollHeight网页可见区域高(包括边线的高):document.body.offsetHeight网页被卷去的高:document.body.scrollTop 屏幕分辨率高: 阅读全文

posted @ 2021-12-21 16:34 itjeff 阅读(85) 评论(0) 推荐(0) 编辑

C# 实现WebSocket通信

摘要: 本实例可通过web网页端进行测试,下面直接上代码。 首先要在NuGet导入“Fleck”包,.net framework4以上版本都可以选择。 using System; using System.Collections.Generic; using System.Linq; using Syste 阅读全文

posted @ 2021-12-21 13:34 itjeff 阅读(805) 评论(0) 推荐(0) 编辑

导航