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
互联网应用开发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
php-front-desc.md
php-front-desc.md
+1
-1
No files found.
php-front-desc.md
View page @
51b86915
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
```
```
2.
如何在html中使用静态图片
2.
如何在html中使用静态图片
```
```
html
<img
style=
"border:red 1px solid;"
src=
"<?=UrlBuilder::build_static('images/example_02.jpg')?>"
>
<img
style=
"border:red 1px solid;"
src=
"<?=UrlBuilder::build_static('images/example_02.jpg')?>"
>
```
```
...
...