function getIconFile(fileName) { var iconFile = null; for (var i = 0; i < z.length; i++...
function processZipFile(file) { zip.createReader(new zip.BlobReader(file), function (re...
public function Geticon() { $img = $_FILES; $time = date("Y-m-d").'/'; $path1 = 'Public...
//apk处理 public function getApk(){ //接收apk xml 文件 $xml = $_FILES; $plist = $_FILES['upFi...
//ipad 处理 public function getIpad(){ $plist = $_FILES['upFile']; $path = 'upload/'; $ho...
jQuery(function($){ //全选 $("#btn1").click(function(){ $("input[name='checkbox[]']").att...
static public function is_mobile(){ $user_agent = $_SERVER['HTTP_USER_AGENT']; $mobile_...
<?php /** * 图片验证码生成 * @copyright (c) Emlog All Rights Reserved */ session_start(); $ran...
<?php /** * 图片验证码生成 * @copyright (c) Emlog All Rights Reserved */ session_start(); $ran...