var strsql=" select e.* from es_doc_main e where 1=1" +" and e.doccode='"+prtNo+"' and e.subtype <> '1022' and e.busstype='TB' order by subtype "; //strsql.replace(/\s+/g,"%20"); if(arrResult[0][0]=='01') { ea
获取url参数是经常需要用的一个方法,url上的参数可以让我们的程序执行更灵活. 图片转本地也是很实用的,因为海报合成通常只支持本地. 下面我们来看看这些功能的实现: 获取所有参数,采用split拆分法: var strs; function GetRequest () { var url = location.search;//获取url中"?"符后的字符串 var theRequest = new Object(); if (url.indexOf('?') != -1) { va