[v1.5.0] 大规范

This commit is contained in:
兔子
2024-10-28 11:05:02 +08:00
parent 53d15bdf8c
commit a76d9e1ea7
19 changed files with 188 additions and 164 deletions

View File

@@ -158,12 +158,12 @@ func Calc(input any) (output float64) {
return result[0]
}
var Ascii *AsciiStruct
var Ascii *AsciiClass
type AsciiStruct struct {}
type AsciiClass struct {}
// ToString - 根据ASCII码排序
func (this *AsciiStruct) ToString(params map[string]any, omitempty bool) (result string) {
func (this *AsciiClass) ToString(params map[string]any, omitempty bool) (result string) {
// 字典排序
keys := make([]string, 0, len(params))