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
互联网应用开发
shuidiapp
Wiki
im
im
· Changes
Page history
wangqs created page: im
authored
Nov 23, 2016
by
互联网应用开发
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
im.md
im.md
+10
-0
No files found.
im.md
View page @
1d1cb519
...
@@ -50,3 +50,13 @@ public static function get_static_js_list() {
...
@@ -50,3 +50,13 @@ public static function get_static_js_list() {
print
(
data
.
message
);
print
(
data
.
message
);
});
});
```
```
#### print函数
```
javascript
function
print
(
data
){
console
.
log
(
uid
+
'
说:
'
,
data
);
}
```
\ No newline at end of file