//web.rest 客户端 - web.rest.jsonLiteClient import win.ui; /*DSG{{*/ var winform = win.form(text="获取取京东商品评论";right=1189;bottom=593) winform.add( edit={cls="edit";left=10;top=6;right=1179;bottom=575;db=1;dl=1;dr=1;dt=1;edge=1;hscroll=1;multiline=1;vscroll=1;z=1} ) /*}}*/ import web.rest.jsonLiteClient; var http = web.rest.jsonLiteClient() http.referer = "https://item.jd.com/" var jdClub = http.api("https://club.jd.com/comment/productPageComments.action?callback=fetchJSON_comment98vv13283") var data = jdClub.get( productId="100004253893"; // 商品编号 sortType=6; // 5表示推荐排序,6为按时间排序 isShadowSku=0; // 仅显示当前商品评论 score=3; // 好评 page=1; // 分页索引 pageSize=10; fold=1; rid=0; ) winform.edit.print(data); winform.show() win.loopMessage();