WMLScript getParameters() º¯Êý

getParameters() º¯Êý·µ»Ø URL µÄ×îºóÒ»¸ö·¾¶Æ¬¶ÎÖеIJÎÊý¡£

Óï·¨

n = URL.getParameters(url)
³É·Ö ÃèÊö
n ´Óº¯Êý·µ»ØµÄ×Ö·û´®¡£
url Ò»¸ö×Ö·û´®¡£

Àý×Ó

var a = URL.getParameters("http://w3school.com.cn/wml;tip");
var b = URL.getParameters("http://w3school.com.cn/wml");

½á¹û

a = "tip"
b = ""
VUE