php/js获取客户端mac地址的实现代码
废话不多讲,直接上代码吧! 复制代码 代码如下:<?php class MacAddr { public $returnArray = array(); public $macAddr; function __contruct($os_type=null){ if(is_null($os_type)) $os_type = PHP_OS; switch (strtolower($os_type)){ case “linux”: $this->forLinux();
下载地址
用户评论