首页| 论坛| 消息
主题:Prototype JavaScript framework, version 1.4.0
cai发表于 2006-03-25 22:18
/*Prototype JavaScript framework, version 1.4.0
*(c) 2005 Sam Stephenson
*
*Prototype is freely distributable under the terms of an MIT-style license.
*For details, see the Prototype web site: http://prototype.conio.net/
*
/*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.4.0',
ScriptFragment: '(?:)((\n|\r|.)*?)(?:)',
emptyFunction: function() {},
K: function(x) {return x}
}
var Class = {
create: function() {
return function() {
this.initialize.app
下一页 (1/139)
回帖(0):

全部回帖(0)»
最新回帖
收藏本帖
发新帖