mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 03:59:57 +08:00
调试websocket
This commit is contained in:
parent
5bb96e053c
commit
4291245481
BIN
img/55.png
Normal file
BIN
img/55.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
9
zy-问财项目/js return 后面多个逗号返回最后一个.md
Normal file
9
zy-问财项目/js return 后面多个逗号返回最后一个.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
返回2
|
||||||
|
|
||||||
|
function aa()
|
||||||
|
{
|
||||||
|
return 1,2;
|
||||||
|
}
|
||||||
|
console.log(aa());
|
||||||
|
|
||||||
|

|
Loading…
x
Reference in New Issue
Block a user