09 2015 档案

该文被密码保护。
posted @ 2015-09-23 11:20 chy1000 阅读(2) 评论(0) 推荐(0)
摘要://参数1:类型,参数2:code(定位),其它参数:值 public function L() { $file = dirname(__FILE__)."/../../../Apps/".MODULE_NAME."/Log/".CONTROLLER_NAME.".txt"; $var_arr = func_get_args... 阅读全文
posted @ 2015-09-18 11:24 chy1000 阅读(259) 评论(0) 推荐(0)
摘要:(function(){ this.sendAjax = function(url,func,formData,type){ type = type || "POST"; //默认为POST的方式 var xhr = new XMLHttpRequest(); if( typeof xhr.withCredentials===undefin... 阅读全文
posted @ 2015-09-01 10:51 chy1000 阅读(283) 评论(0) 推荐(0)