使用Get方法从URL中提取数据 [英] Extract data from a url using the Get Method

查看:170
本文介绍了使用Get方法从URL中提取数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够使用Get方法从网址中提取数据。



在网址框中



 http://www.mysite.com/site.aspx?col1=1234&col2=5678&col3=0864





这是我的尝试并且不正确:



 column1 = $ Get(< span class =code-string>  col1

column2 = $ Get( col2

column3 = $ Get( col3

解决方案

获取( col1

column2 =


获取( col2

column3 =


获取( col3


I want to be able to extract data from a url using the Get Method.

In the url box

http://www.mysite.com/site.aspx?col1=1234&col2=5678&col3=0864"



This is my attempt and is incorrect:

column1=$Get("col1")

column2=$Get("col2")

column3=$Get("col3")

解决方案

Get("col1") column2=


Get("col2") column3=


Get("col3")


这篇关于使用Get方法从URL中提取数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆