= ->@__help__=childkey= parentkeyfor key of parent when parenthasOwnProperty keyreturn childextend extendhelp : __help__help__: """exnted 函数用于扩展对象第一个参数:需要扩展的对象第二个参数:需要增加的属性返回:被扩展后的对象"""=extend newFunhelp : __help__help__: helpStrextend createFunhelp : __help__help__: """createFun 函数用于创建带帮助函数的函数第一个参数:函数体第二个参数:帮助说明"""
lpad = createFunswitch pramlengthwhen 01 then return falsewhen 2while ""length < pram1pram0= " "elsewhile ""length < pram1pram0= ""return pram0"""lpad 补位函数(从左)第一个参数:需要补位的字符串第二个参数:最终补位后的长度第三个[可选]:用于补位的字符串,默认空格"""rpad = createFunswitch pramlengthwhen 01 then return falsewhen 2while ""length < pram1pram0= " "elsewhile ""length < pram1pram0= ""return pram0"""lpad 补位函数(从右)第一个参数:需要补位的字符串第二个参数:最终补位后的长度第三个[可选]:用于补位的字符串,默认空格"""
想要知道函数怎么用,只需要
[functionName].help()
即可 不过比起文档与库分开的模式,库的大小会增加,不过确实很方便