oblit_anon.js

来自「JsDoc Toolkit 是一个把js描述格式化成文档的工具。开发者只需按Js」· JavaScript 代码 · 共 21 行

JS
21
字号
/** the options */opt = Opt.get(	arguments, 	{	 d: "directory",	 c: "conf",	 "D[]": "define"	});/** configuration */opt.conf = {	/** keep */	keep: true,	/** base */	base: getBase(this, {p: properties})}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?