前言 Front Matter Contents 1. 开胃菜 Whetting Your Appetite 2. 使用Python解释器 Using the Python Interpreter 2.1 调用解释器 Invoking the Interpreter 2.1.1 参数传递 Argument Passing 2.1.2 交互模式 Interactive Mode 2.2 解释器及其环境 The Interpreter and Its Environment 2.2.1 错误处理
function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)) return false return true } //校验登录名:只能输入5-20个以字母开头、可带数字、“_”、“.”的字串 function isRegisterUserName(s) { var patrn=/^[a-zA-Z]{1}([a-zA-Z0-9]|[._]){4,19}$/; if (!patrn.exec(s)) return fal
说明: 1. 经软件作者授权翻译了这份帮助文件,您可以自由使用,权利归 软件作者所有。 2. Ver 6.54 public beta2之后的版本支持多语言帮助文件。将中文 帮助文件放到TC安装目录下的language目录下,命名为WCMD_CHN.HLP。 配置界面中切换语言到中文后,自动调用中文帮助。如果希望使用英 文界面,中文帮助,请备份原英文帮助文件,将中文帮助文件放到TC 安装目录,命名为TOTALCMD.HLP。如有疑问,以英文帮助文件为准。 Ver 6.55开始支持CHM格式的帮