Generation

generate functionFri, 05 May 2023

document.New() 转字符串

func (self *Document) String() string { out, _ := json.Marshal(self) return string(out) }

Want to kickstart your project?Use the new AI Studio to create your code