27 lines
515 B
HTML
27 lines
515 B
HTML
<!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>Document</title>
|
|
<!-- <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script> -->
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
function getNodeJsData(res) {
|
|
console.log(res)
|
|
}
|
|
|
|
|
|
</script>
|
|
|
|
<script src="http://127.0.0.1:3000/back/jsonp?fun=getNodeJsData"></script>
|
|
</body>
|
|
</html> |