//document.write(""); /* 网站客户端代码基类 命名规则为“模块简称_函数功能简述_编写者简称” */ function TPublic_ClientScript_Base () { this.test = function(aaa) { return "cccc"; } }