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
<!DOCTYPE html>
<html>
<body>
<input
type=
"button"
value=
"fetch"
onclick=
"
fetch('css').then(function(response){
response.text().then(function(text){
alert(text);
})
})
"
>
</body>
</html>
front/web/ex/test
deleted
100644 → 0
View file @
ede55bb
test
test
test
test
Please
register
or
login
to post a comment