var id = localStorage.getItem("id"); var optUrl = localStorage.getItem("optUrl"); var fileName = localStorage.getItem("optName"); var html = ""; var path ="/"+"filePath"+ optUrl if(optUrl==null || optUrl == "null" || optUrl=="" ){ html += "
  • 没有相关数据
  • "; }else{ html+="
    "; html += ''; html +='
    '+fileName+' '; html+='
    ' } $("#ulDiv").append(html); function viewPdf(path){ path = decodeURIComponent(path); // alert(decodeURIComponent(path)); // alert(encodeURIComponent(path)); window.open(bonuspath+path); }