Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
MinsoftK
2020-04-24 02:17:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f921c5459d5536a3bf0126c89270db82afdfc60e
f921c545
1 parent
ede55bb5
add ajax fetch api
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
front/web/ex/fetch.html
front/web/ex/test
front/web/ex/fetch.html
0 → 100644
View file @
f921c54
1
+
<!DOCTYPE html>
2
+
<html>
3
+
4
+
<body>
5
+
<input
type=
"button"
value=
"fetch"
onclick=
"
6
+
fetch('css').then(function(response){
7
+
response.text().then(function(text){
8
+
alert(text);
9
+
})
10
+
})
11
+
"
>
12
+
</body>
13
+
</html>
front/web/ex/test
deleted
100644 → 0
View file @
ede55bb
1
-
test
2
-
test
3
-
test
4
-
test
Please
register
or
login
to post a comment