7 Star 85 Fork 46

APIJSON/APIJSON-Demo

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
rely.html 438 Bytes
Copy Edit Raw Blame History
TommyLemon authored 2020-09-15 21:59 +08:00 . 从 APIJSON 主项目迁移 Demo 项目过来
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>GET:Rely</title>
<script type="text/javascript" src="../RequestUtil.js">
</script>
</head>
<body>
<script >
var json = {
"Moment":{
"id":15
},
"User":{
"id@":"Moment/userId" //已通过encode函数自动转义 encodeURIComponent("Moment/userId")
}
};
request(URL_GET, json);
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/APIJSON/APIJSON-Demo.git
git@gitee.com:APIJSON/APIJSON-Demo.git
APIJSON
APIJSON-Demo
APIJSON-Demo
master

Search