91在线免费公开视频,成人国成人国产SUV,一区二区三区在线亚洲,欧美中文字幕在线二区,蜜乳av一区二区蜜臀,亚洲自偷精品视频自拍,中文字幕日韩一区二区不卡,日本三级香港三级人妇gg在线
      File:cn/goods2.htm
      Method:file.readText(path)
      引發(fā)類型為“System.OutOfMemoryException”的異常。
      系統(tǒng)IO操作失敗
      cn/xmls/goodsss.xmls
      ...t){
      @ind=$string($var[Username]).length();
      @Username=$string($var[Username]).substring(2,@ind);
      }
      $if(@tablecom==$empty||@GoodsId==$empty){
      @tablecom=['<tr><div style="color:red;font-size:12px;height:45px;line-height:45px;text-align:center;">對不起,暫無產(chǎn)品評價!</div></tr>'];
      }
      $return(@tablecom);
      }


      //產(chǎn)品點評
      $ajax comment(Id){
      $if(@Id<>$null){
      @queryc=$query(comment,goods);
      @queryc[UserId]=$session[UserId];
      @queryc[GoodsId]=@Id;
      @ind=@queryc.scalar(['count(*)'],['{*UserId =} and {*GoodsI
      d =}']);
      $if(@ind>0){
      $write(isNo);
      $end();
      }
      $else{
      $write(OK);
      $end();
      }
      }
      $return($empty);
      }

      //查詢產(chǎn)品SDS
      $sub SelectSDS(){
      @TableDownload=$query(msds,download);
      @TableDownload[GoodsCode]=@GoodsCode;
      @FileName=@TableDownload.scalar(FileName,['{*GoodsCode =} and AreaId=1']);
      $if(@FileName){
      @texten=$file.readText($file.getMapPath(@FileName));
      $return(@texten);
      }
      $write($empty);
      }

      //查詢產(chǎn)品en SDS
      $sub SelectEnSDS(){
      @TableDownload=$query(msds,download);
      @TableDownload[Go...