解决1: .htaccess
RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
上一篇:使用Python发现隐藏wifi的步骤
下一篇:php中使用uniqid mt_rand 生成随机不重复字符串的方法