Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 935 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 935 Bytes

概况

使用 demo 仓库中开发的小组件或java库实现一些应用

java语法高亮网页

示例
运行步骤

  1. 运行示例中main方法,启动http-server服务
  2. 访问http://ip:8001/index.html
  3. 在上方文本框中输入java代码,点击按钮,查看高亮后的代码

演示地址
效果图

json格式化及高亮

json的解析是用自己写json库
运行步骤

  1. 运行示例中main方法,启动http-server服务
  2. 访问http://ip:8001/json.html
  3. 在上方文本框中输入json串,点击按钮,查看格式化后的json串

演示地址

演示网址

https://demo.wuareb.top