%E8%AE%A2%E5%8D%95%E8%A1%A8?fgc_passvalue=%7B%7D:1 Access to XMLHttpRequest at 'http://127.0.0.1:12345/' from origin 'http://localhost:38993' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
var p=Forguncy.Page;
var data = p.getCell('jsonString').getValue();
//发送Post请求
$.post("http://127.0.0.1:12345",data)