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-php
Wiki
360safeguardnativeapi
360safeguardnativeapi
· Changes
Page history
wangqs created page: 360safeguardnativeapi
authored
Sep 28, 2017
by
互联网应用开发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
360safeguardnativeapi.md
360safeguardnativeapi.md
+0
-2
No files found.
360safeguardnativeapi.md
View page @
0ce2691f
...
@@ -91,8 +91,6 @@ req.setOnSuccess(function(d){
...
@@ -91,8 +91,6 @@ req.setOnSuccess(function(d){
image
.
style
.
top
=
0
;
image
.
style
.
top
=
0
;
document
.
body
.
appendChild
(
image
);
document
.
body
.
appendChild
(
image
);
});
});
//设置请求方式为json
req
.
setContentType
(
Http
.
ContentTypeJson
)
req
.
fetch
()
req
.
fetch
()
```
```