返回 WMLScript URL 库参考手册
getParameters() 函数返回 URL 的最后一个路径片段中的参数。
n = URL.getParameters(url)
var a = URL.getParameters("http://w3school.com.cn/wml;tip"); var b = URL.getParameters("http://w3school.com.cn/wml");
a = "tip" b = ""
Search: