<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 回复： 这样的网址怎样才能编写脚本才能下载数据？ in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474425#M71917</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;POST:
http://excalc.icfqs.com:7616/TQLEX?Entry=HQServ.hq_nlp HTTP/1.1
Host: excalc.icfqs.com:7616
Proxy-Connection: keep-alive
Content-Length: 85
Origin: http://excalc.icfqs.com:7616
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Content-Type: text/plain
Accept: */*
Referer: http://excalc.icfqs.com:7616/site/tdx-zbfx/page-detail.html?setcode=1&amp;amp;code=688262&amp;amp;name=%E5%9B%BD%E8%8A%AF%E7%A7%91%E6%8A%80&amp;amp;color=0
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,zh-TW;q=0.7
Cookie: ASPSessionID=

[{"funcId":1,"offset":0,"count":200,"cond":"code,1688262|INT,3","modname":"TickAly"}]&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 30 Mar 2022 10:03:31 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2022-03-30T10:03:31Z</dc:date>
    <item>
      <title>How to change the VBA of excel to JSL in order to download data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474424#M71916</link>
      <description>&lt;P&gt;Hello, everyone!&lt;/P&gt;&lt;P&gt;The VBA can download data from this website.But I don't know how to change it to JSL to make it work.&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Sub Post()
Dim User_agent, Url_Post
User_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36"
Url_Post = "http://excalc.icfqs.com:7616/TQLEX?Entry=HQServ.hq_nlp"
Post_data = "[{""funcId"":4,""cond"":""code,1603969|"",""modname"":""TickAly""}]"
With CreateObject("WinHttp.WinHttpRequest.5.1")
    .Open "post", Url_Post, False
    .SetRequestHeader "User-Agent", User_agent
    .Send (Post_data)
    Debug.Print .Responsetext
End With
End Sub&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:14:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474424#M71916</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T18:14:48Z</dc:date>
    </item>
    <item>
      <title>回复： 这样的网址怎样才能编写脚本才能下载数据？</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474425#M71917</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;POST:
http://excalc.icfqs.com:7616/TQLEX?Entry=HQServ.hq_nlp HTTP/1.1
Host: excalc.icfqs.com:7616
Proxy-Connection: keep-alive
Content-Length: 85
Origin: http://excalc.icfqs.com:7616
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Content-Type: text/plain
Accept: */*
Referer: http://excalc.icfqs.com:7616/site/tdx-zbfx/page-detail.html?setcode=1&amp;amp;code=688262&amp;amp;name=%E5%9B%BD%E8%8A%AF%E7%A7%91%E6%8A%80&amp;amp;color=0
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,zh-TW;q=0.7
Cookie: ASPSessionID=

[{"funcId":1,"offset":0,"count":200,"cond":"code,1688262|INT,3","modname":"TickAly"}]&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:03:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474425#M71917</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2022-03-30T10:03:31Z</dc:date>
    </item>
    <item>
      <title>回复： 这样的网址怎样才能编写脚本才能下载数据？</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474429#M71918</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-03-30_18-05-06.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41302i8531818AD783633A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-03-30_18-05-06.png" alt="2022-03-30_18-05-06.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:05:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/474429#M71918</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2022-03-30T10:05:44Z</dc:date>
    </item>
    <item>
      <title>回复： 这样的网址怎样才能编写脚本才能下载数据？</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/475108#M71980</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;VBA code, I just don't know how to change to JSL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Experts are invited to guide.&lt;/SPAN&gt;&lt;SPAN class=""&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Sub Post()
Dim User_agent, Url_Post
User_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36"
Url_Post = "http://excalc.icfqs.com:7616/TQLEX?Entry=HQServ.hq_nlp"
Post_data = "[{""funcId"":4,""cond"":""code,1603969|"",""modname"":""TickAly""}]"
With CreateObject("WinHttp.WinHttpRequest.5.1")
    .Open "post", Url_Post, False
    .SetRequestHeader "User-Agent", User_agent
    .Send (Post_data)
    Debug.Print .Responsetext
End With
End Sub&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-04-01_15-24-01.png" style="width: 965px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41382i357DC8B0D7A7B5E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-04-01_15-24-01.png" alt="2022-04-01_15-24-01.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:30:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/475108#M71980</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2022-04-01T07:30:56Z</dc:date>
    </item>
    <item>
      <title>回复： 这样的网址怎样才能编写脚本才能下载数据？</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/475207#M71982</link>
      <description>&lt;P&gt;Use JMP's http request, just like VB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The octet stream means you need blobToChar conversion." style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41411i450AAEB7CA7F67B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="The octet stream means you need blobToChar conversion." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The octet stream means you need blobToChar conversion.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 15:01:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-VBA-of-excel-to-JSL-in-order-to-download-data/m-p/475207#M71982</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-04-01T15:01:15Z</dc:date>
    </item>
  </channel>
</rss>

