WMLScript getCurrentCard() 函数

getCurrentCard() 函数返回当前卡片的(相对)URL。

语法

  1. n = WMLBrowser.getCurrentCard()
成分 描述
n 该函数返回的字符串。

例子

  1. var a = WMLBrowser.getCurrentCard();

结果

  1. a = "card1#note"