var url = '${serverURL}${servletURL}?format=excel&__filename__=1&format=excel&extype=simple&isExcel2003=true';写在按钮的JS获取的serverURL是http,但是网站实际是https,会导致弹出表单不安全的页面,咋处理这个问题?
var rq = FR.remoteEvaluate('SQL("FR","'+"SELECT DISTINCT RQ FROM SCRB_SHOP WHERE BM=奶茶 and RQ>='"+dateEditor0+"' and T_RQ<='"+dateEditor1+"'"+' order by RQ desc",1)');alert(rq)这里alert弹出的都是空,这个奶茶这里格式应该写成什么样