asp如何获取热点api接口?
<% dim client_id:client_id="" ' 应用的API Key; dim client_secret:client_secret="" ' 应用的Secret Key; dim post_data:post_data="{""text"": ""2019诺思星快手电商班精华浓缩版VIP教程(5)""}" response.write access_token response.write post_content ' 获取返回数据 function post_content() dim api_url:api_url = " https://aip.baidubce.com/rpc/2.0/nlp/v1/lexer " dim json:json = post_https(api_url&"?charset=UTF-8&access_token="&access_token,post_data) dim obj set obj = parseJSON(json) post_content = json ' 遍历解析JSON不会了 哈哈 set obj = Nothing end function ' 获取access_token function access_token() dim access_token_url:access_token_url = "