我用它来生成这段代码:
<?php
require_once('mobile_device_detect.php');
mobile_device_detect(true,false,true,true, true,true,true,'http://m.mydomain.com',false);
?>
但唯一的方向是“复制并粘贴此代码”。嗯..复制粘贴在哪里?我需要创建一个新的 php 文件吗?这是index.php
吗?如果我已经有index.html
文件怎么办?
编辑:我知道我mobile_device_detect.php
把mydomain.com
. 我的问题是把上面的 php 代码放在哪里。