我无法使用
require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;
// Any mobile device (phones or tablets).
if ( $detect->isMobile() ) {
}
// Any tablet device.
if( $detect->isTablet() ){
如果我选择
incremental : true
或Parallelism : parallel
。
有人对此有答案吗?请帮忙。