随笔分类 -  javascript

摘要:1 var taskId; 2 var __sto = setInterval; 3 window.setInterval = function(callback,timeout,param){ 4 var args = Array.prototype... 阅读全文
posted @ 2015-08-03 19:20 夏之夜 阅读(730) 评论(0) 推荐(0)
摘要:/*** * 获得根目录 * @returns */function getRootPath() { var strFullPath = window.document.location.href; var strPath = window.document.location.pathn... 阅读全文
posted @ 2014-08-04 19:13 夏之夜 阅读(917) 评论(0) 推荐(0)