在php.ini没有extension=php_mysqli.dll于是手动添加也设置了extension_dir为ext的路径在php中使用$con = new mysqli();会报错:没有mysqli类,
phpinfo中有吗