日期:2014-05-16  浏览次数:20414 次

写了些js函数的封装,觉得很好用,与大家分享!升级了,顺便散散分O.o!
http://www.hua2r.com/blog/12f06a1e0779dcb0d5cb64aee21dcbfb.html
这里是具体的封装和简短的使用说明O.o
有虾米问题可以发我hejunbin@yahoo.com.cn

------解决方案--------------------
ding
------解决方案--------------------
支持一下
------解决方案--------------------
帮你顶
------解决方案--------------------
jf
------解决方案--------------------
en
------解决方案--------------------

------解决方案--------------------
比较不错~
------解决方案--------------------
顶,回家研究。
------解决方案--------------------
jf
------解决方案--------------------
友情帮楼主顶下,辛苦了:)
------解决方案--------------------
具体有什么用没有看出来,jf
------解决方案--------------------
呵呵, 支持....
俺也写了一个库类, 几乎可以管理所有JS代码...
让你参考参考...


/* <script> */

var Im = new Importer();
Im.Go(fInitImporter);

function fInitImporter(Param)
{
Param.Path = "/SqCsJsLib/ ";
Param.Ext = ".js ";

Param.HFolder = "Help ";
Param.HExt = ".txt ";

Param.HIntervalMs = 50;
}

// shawl.qiu JavaScript Document
/*-----------------------------------------------*\
* shawl.qiu Javascript Importer class v1.0
\*-----------------------------------------------*/
//---------------------------------begin class Importer()-------------------------------//
function Importer()
{// shawl.qiu code
//------------------------------------begin private variable
//---------------begin about
var Au = {};
Au.Subject = "shawl.qiu Javascript Importer class ";
Au.Version = "v1.0 ";
Au.Name = "shawl.qiu ";
Au.Email = "shawl.qiu@gmail.com ";
Au.Blog = "http://blog.csdn.net/btbtd/ ";
Au.CreatedDate = "2007-9-13 v1.0 ";
Au.Update = {};
Au.Update[ "1 "] = " ";
//---------------end about

var This = this;

var Param = {};
Param.Path = "/SqCsJsLib/ ";
Param.Ext = ".js ";

Param.HFolder = "Help ";
Param.HExt = ".txt ";

Param.HIntervalMs = 50;

var PVar = {};
PVar.Interval = null;
PVar.Count = 0;
//------------------------------------end private variable

//------------------------------------begin public method
//-------------------Begin this.Get
this.Get = {};
this.Get.Au = fGetAu;
//-------------------End this.Get

//-------------------Begin this.Set
this.Set = {};
//-------------------End this.Set

this.Go = fGo;
this.Include = fInclude;
this.IncludeDirector = fIncludeDirector;
this.Help = fHelp;
//------------------------------------end public method

//------------------------------------begin private method
function fGo(fIniter)
{ // shawl.qiu code, void return