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 @
1be15cb3
### 引入socket.io
```
php
public
static
function
get_static_js_list
()
{
return
array_merge
(
parent
::
get_static_js_list
(),
array
(
'js/socket.io-1.4.5.js'
,
));
}
```
#### 连接服务器
#### 连接服务器
```
javascript
```
javascript
...
...