This action will force synchronization from APIJSON/APIJSON-Demo, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>PUT</title><script type="text/javascript" src="RequestUtil.js" ></script></head><body><script >// //方式一,适用于删除单个对象。 把id为3的评论所属的动态id改为15// putObject("Comment", {// "id":3,// "momentId":15// });//方式二,适用于修改多个同类型对象。 把id为3,4的评论所属的动态id改为12putArray("Comment", {"id{}":[3, 4],"momentId":12});// //方式三,通用方式,适用于修改多个对象// var json = {// "tag":"Moment[]",// "Moment":{// "id":15,// "praiseUserIdList-":[// 82001,// 82002// ],// "content":"APIJSON is a JSON Transmission Structure Protocol..."// }// };//// request(URL_PUT, json);</script></body></html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。