我不是javascript高手,但我需要创建一个脚本来满足以下要求。If body id=“索引”将类“current-selected”添加到锚定标签where href=index.php If body id=“服务”将class="current-selected“添加到锚定标签where href=services.php等。
下载了小程序官网上的PHP Demo进行测试:wafer2-quickstart-php-master。登录和上传图片的功能都正常,安装文档描述在/server/application/controllers目录下新建了Demo.php文件,内容为defined('BASEPATH') OR exit('No direct script access allowed');
class Demo extends CI_Controlle