Commit 50882232 authored by wang's avatar wang

ws 测试

parent 9fe5d98c
...@@ -197,7 +197,7 @@ while True: ...@@ -197,7 +197,7 @@ while True:
+ +
';;;\n\n' + ''' ';;;\n\n' + '''
setTimeout(r=> { // setTimeout(r=> {
window.mouse_move(startx,starty,endx,endy) window.mouse_move(startx,starty,endx,endy)
var xhr = new XMLHttpRequest(); var xhr = new XMLHttpRequest();
...@@ -211,7 +211,7 @@ while True: ...@@ -211,7 +211,7 @@ while True:
//xhr.setRequestHeader('xhr_res', xhr_res) //xhr.setRequestHeader('xhr_res', xhr_res)
print22(JSON.stringify(xhr.headers)) print22(JSON.stringify(xhr.headers))
_process.exit(0) _process.exit(0)
}, 1000) // }, 1000)
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment