摘要: import ( "bufio" "fmt" "os" "strings" ) func multi(str1, str2 string) (result string) { if len(str1) == 0 && len(str2) == 0 { result = "0" return } va 阅读全文
posted @ 2019-12-10 23:33 林中有风 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 1. FeHelper 格式化 官网:https://www.baidufe.com/fehelper Github:https://github.com/zxlie/FeHelper ##扩展功能: - JSON自动美化(页面自动检测并格式化) - JSON手动美化(粘贴文本、手动格式化) - J 阅读全文
posted @ 2019-12-10 16:24 林中有风 阅读(194) 评论(0) 推荐(0) 编辑