Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
wiki-frontend
Wiki
php front desc
php front desc
· Changes
Page history
wangqs created page: php front desc
authored
Jun 08, 2016
by
互联网应用开发
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
php-front-desc.md
php-front-desc.md
+8
-1
No files found.
php-front-desc.md
View page @
4f61c384
...
...
@@ -13,4 +13,11 @@
2.
如何在html中使用静态图片
```
<img
style=
"border:red 1px solid;"
src=
"
<?=
UrlBuilder
::build_static
(
'images/example_02.jpg'
)
?>
"
>
```
3.
静态文件存放于static目录 请根据二级目录进行分别存放
4.
公共css位于 每个app下的view/Frame.css下