UNPKG

axios-package

Version:

More advanced axios encapsulation methods

17 lines (14 loc) 386 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>测试</title> </head> <body> <button id="button">发送请求</button> <script src="../dist/axios-package.min.js"></script> <script src="./test.js"></script> </body> </html>