摘要: 1 public function fn1(){2 global $str;3 $str='liuman';4 function fn2(){5 echo $GLOBALS['str'];6 } 7 } 阅读全文
posted @ 2015-07-12 23:24 刘满blog 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1 var fileObj = document.getElementById('file').files[0]; 2 // js 获取文件对象 3 var FileController = url; 4 // 接收上传文件的后台地址 5 6 // FormDat... 阅读全文
posted @ 2015-07-12 13:13 刘满blog 阅读(164) 评论(0) 推荐(0) 编辑