loon js
console.log('测试写出111日志');
var body = $response.body;
console.log(body);
var json;// = JSON.parse(body);
var obj = {age:"333",name:"hhhhh"};
var b = JSON.stringify(obj);
body = "<html><head><title>Found</title></head><body><center><h1>((())Found</h1></center><hr><center>ng33333</center></body></html>";
// // 重新打包回json字符串
console.log(body);
console.log(b);
body = b;
$done({body});