Blogger Information
Blog 1
fans 0
comment 0
visits 653
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
加载静态资源
人生为棋我愿为卒
Original
654 people have browsed it

    先到thinkphp\convention.php 参考着里配置

// 视图输出字符串内容替换

    'view_replace_str'       => [

        '__public__' => '/static',

        '__ROOT__' => '/',

        '__APPS__'    => 'apps/index',

    ],


再在HTML模板中引入

{load file='__public__/home/css/a.css'}

<link rel="stylesheet"  type="text/css"  href="__public__/home/css/style.css">


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!