Validator Contract */ /** * @constructor * @export * @since 0.6 * */ oj.Validator = function() { this.Init(); }; // Subclass from oj.Object oj.Object.
確定! 回上一頁