esp8266_deauther项目源码时发现一个很新鲜的细节,esp8266_deauther把所有的html压缩成了字节码:
esp8266_deauther将html压缩成字节码

细看了一下,esp8266_deauther是这样压缩的,以index.html为例,源码时这样的:
esp8266_deauther将html压缩成字节码

将index.html放到https://htmlcompressor.com/compressor/压缩一下,成这样了:
esp8266_deauther将html压缩成字节码

将压缩后的index.html拷贝到项目的converter.html里生成字节码:
esp8266_deauther将html压缩成字节码

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-04
  • 2022-12-23
  • 2021-07-13
  • 2021-11-15
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案