💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
模板加载css文件 * * * * * ~~~ loadCss($css, $abs) ~~~ ~~~ /** * 模板加载css文件 * @param $css * @param bool|false $abs = false * @return string */ ~~~ * * * * * 例: ~~~ {:loadCss('animate/animate.css',true)} ~~~ => `<link rel="stylesheet" type="text/css" href="http://a.test/static/animate/animate.css" /> ` ## 通常配合公共函数 > 添加css $this->add_css('animate/animate.css'); ~~~ {:loadCss($css,true)} ~~~