-
你好查看全部
-
Node优势查看全部
-
<!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>
</head>
<body>
<h1>我是后台</h1>
</body>
</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="./jquery.min.js"></script>
</head>
<body>
用户名:<input type="text" id="username"><br>
密码:<input type="text" id="password"><br>
<button id="login">登录</button>
<button id="reg">注册</button>
<script>
$('#login').click(function(){
$.ajax({
url:"/login",
data:{
username:$("#username").val(),
password:$("#password").val()
},
dataType:"json",
success(res){
if(res.err){
alert(res.msg)
}else{
alert("登录成功");
location.href = "admin.html"
}
}
})
})
$('#reg').click(function(){
$.ajax({
url:"/reg",
method:"post",
data:{
username:$("#username").val(),
password:$("#password").val()
},
dataType:"json",
success(res){
if(res.err){
alert(res.msg)
}else{
alert("注册成功")
}
}
})
})
</script>
</body>
</html>
查看全部 -
HTML+CSS+JS
查看全部 -
node可以脱离浏览器在终端 运行js
使用 node 命令
查看全部 -
Node利于前端代码整合
查看全部 -
Node 中间层 处理高并发任务,性能好
处理数据
安全性好
查看全部 -
cnpm源
npm install cnpm -g --registry=https://registry.npm.taobao.org
查看全部 -
npm init //初始化
npm install XXX //安装
npm i XXX //简写
npm update XXX //更新包
npm install //拷贝给朋友所有依赖里面的包
npm i //简写
npm uninstall XXX //删除
npm un XXX // 简写
查看全部 -
nodejs请求
查看全部 -
jj查看全部
-
sa mvjiu结果\查看全部
-
一个湖抽屉鱼塘应该以为查看全部
-
额UR衣服不认滴一分货哦额UI还测i度好擦哦日服哦哈v额UI好v我iu二hi五额忽然福娃i和日服好热查看全部
举报