Home  >  Article  >  Backend Development  >  ThinkPHP模版中导入CSS和JS文件的方法_php实例

ThinkPHP模版中导入CSS和JS文件的方法_php实例

WBOY
WBOYOriginal
2016-06-07 17:15:14970browse

本文实例讲述了ThinkPHP模版中导入CSS和JS文件的方法。分享给大家供大家参考。具体方法如下:

常用方法

1. css使用link

2. js使用src

用tp自己的导入标签import

导入Public文件夹下面的Js目录中的test.js文件,import标签可以省略type属性,默认就是js的文件

复制代码 代码如下:

不在Public:

复制代码 代码如下:

Other后面不加路径中的/

使用load标签

load标签,非常简单,自动检测

复制代码 代码如下:

更多关于thinkPHP相关内容感兴趣的读者可查看本站专题:《ThinkPHP入门教程》及《ThinkPHP常用方法总结》

希望本文所述对大家的ThinkPHP框架程序设计有所帮助。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn