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 26, 2017
by
互联网应用开发
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
360safeguardnativeapi.md
360safeguardnativeapi.md
+0
-1
No files found.
360safeguardnativeapi.md
View page @
cfd0067e
...
...
@@ -30,7 +30,6 @@
```
javascript
var
req
=
new
Http
(
"
http://api.qjhtv.com/api/app/?action=get_weather
"
);
req
.
setOnSuccess
(
function
(
d
){
console
.
log
(
d
)
});
req
.
setReferer
req
.
fetch
();
```
###### 写法二:
...
...